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