On 24. feb. 2017 23:04, Robert L. Harris wrote:

I set up a template copy and it isn't working.  I kept simpifying it until
it is literally a src: and dest:.  The output says it's OK, 1 changed, 0
failed.  But when I look on the destination, there's no dest file.

http://pastebin.com/yg5ue0CQ


Anyone have any ideas?


You are running ansible-playbook with -C aka --check so no changes is done in check mode.

From the man ansible-playbook
-C, --check
Do not make any changes on the remote system, but test resources to see what might have changed. Note this can not scan all possible resource types and is only a simulation.


--
Kai Stian Olstad

--
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/fa44f18c-08f9-c32e-2425-eb712b2afa24%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to