Template copy failing, no error reported but dest: doesn't exist....

9 views
Skip to first unread message

Robert L. Harris

unread,
Feb 24, 2017, 6:09:41 PM2/24/17
to Ansible Project

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.



Anyone have any ideas?

Kai Stian Olstad

unread,
Feb 25, 2017, 3:04:56 AM2/25/17
to ansible...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages