file module - state=touch always finishes as changed

610 views
Skip to first unread message

Koji Tanaka

unread,
Dec 28, 2015, 10:27:08 PM12/28/15
to ansible...@googlegroups.com
Hello Ansible Community,

I'd like to create a task which ensures a file exists(if a file
doesn't exist, it should create an empty file). Now I use file
module's state=touch, but it always finishes as changed. Is there a
way to prevent it from touching when file exists?

Best regards,
Koji

Koji Tanaka

unread,
Dec 28, 2015, 10:33:50 PM12/28/15
to ansible...@googlegroups.com
RESOLVED. I found that adding "changed_when: False" does the trick, as
suggested on this issue.
https://github.com/ansible/ansible-modules-core/issues/170

Thank you,
Koji

Matt Martz

unread,
Dec 28, 2015, 10:48:52 PM12/28/15
to ansible...@googlegroups.com
I actually tend to use the copy module, like so:

- copy: content="" dest=/path/to/file force=no

force=no keeps it from replacing the file when it exists and the content is different.

--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALh919ik3mAbNfXn6AwEjaK9bi%2Bg85fSgxCF4%2BWuCREJpAjjvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


--
Matt Martz
@sivel
sivel.net

Reply all
Reply to author
Forward
0 new messages