Hi All, As the subject line says, is there a way to hide/disable the diff on the copy module so it doesn't expose the contents?
[vagrant@localhost test]$ ansible-playbook -D file_copy_test.yml [WARNING]: Host file not found: /etc/ansible/hosts [WARNING]: provided hosts list is empty, only localhost is available PLAY [localhost] *************************************************************** TASK [copy] ******************************************************************** changed: [localhost] --- before +++ after: /var/tmp/ansible/test/dummy.txt @@ -0,0 +1 @@ *+How to hide this content.* PLAY RECAP ********************************************************************* localhost : ok=1 changed=1 unreachable=0 failed=0 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1c597dec-dd75-45ca-86c2-8af08f3ed0c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
