romach
4/22/2017 - 6:49 PM

Create empty file

Create empty file

# touch ~/test.txt
ansible localhost -i inventory.ini -m file -a 'path=~/test.txt state=touch'