Koji Tanaka
unread,Dec 28, 2015, 10:27:08 PM12/28/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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