Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

DEPRECATION WARNING - o que vem a ser isso?

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [192.168.15.12]

TASK [Instala pacotes de dependencia do sistema operacional] *******************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via
squash_actions is deprecated. Instead of using a loop to supply multiple items
and specifying `name: "{{ item }}"`, please use `name: ['php7.2', 'apache2',
'libapache2-mod-php7.2']` and remove the loop. This feature will be removed in
version 2.11. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
ok: [192.168.15.12] => (item=[u'php7.2', u'apache2', u'libapache2-mod-php7.2'])

PLAY RECAP *********************************************************************
192.168.15.12              : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
1 resposta
solução!

Olá Anderson, tudo bem? O DEPRECATION WARNING significa AVISO DE DEPRECAÇÃO, ou seja é apenas um aviso afirmando que em uma versão futura tal recurso vai ser excluído e você não poderá mais utilizá-lo, e é recomendo usar o recurso que já veio para ficar no lugar desse que vai ser removido. Porém não posso dizer ao certo ao qual recurso esse aviso está se referenciando já que não sei como está o seu playbook.yml, se puder colocar aqui posso ti indicar com exatidão qual é o recurso!

Fico aguardando retorno!