How to create an empty file with Ansible? - Stack Overflowhttps://stackoverflow.com/questions/28347717/how-to-create-an-empty-file-with-ansible/34929776#34929776
What is the easiest way to create an empty file using Ansible? I know I can save an empty file into the files directory and then copy it to the remote host, but I find that somewhat unsatisfactory.
<3 pour contourner la limitation du state=touch dans le module file d'ansible <3