0
respostas

saida diferente no Ansible 'echo Hello Word'

alexandre@AlexandrePc:~/Área de Trabalho/anseble$ ansible wordpress -u vagrant --private-key .vagrant/machines/wordpress/virtualbox/private_key -i hosts -m shell -a 'echo Hello, World'

The authenticity of host '172.17.177.40 (172.17.177.40)' can't be established. ECDSA key fingerprint is SHA256:8JjCXwWQKZmtqVR8LYrMGwSLphymoLYKocDP1GkHQZc.

Are you sure you want to continue connecting (yes/no/[fingerprint])? y Please type 'yes', 'no' or the fingerprint: yes

172.17.177.40 | CHANGED | rc=0 >> Hello, World

Após executar o primeiro teste com a maquina virtual, o 'Hello Word' tive a saída acima, apenas coloquei YES e a execução continuou mas notei que ao invés de sair SUCESSO saiu CHANGED.