Trying to do:
sudo: true
file: path=/opt/webapp/profilesvc/enabled.txt state=file
and getting:
failed: [localhost] => {“failed”: true, “path”: “/opt/webapp/profilesvc/enabled.txt”, “state”: “absent”}
msg: file (/opt/webapp/profilesvc/enabled.txt) is absent, cannot continue
The directory exists:
vagrant@localmonkey:~$ ls /opt/webapp/profilesvc
bin include lib local pip-selfcheck.json share src
Any ideas?