ansible/changelogs/fragments/file-touch-non-owner.yaml
Jordan Borean 419727a6da
file - allow touch on files not owned by user (#50964)
* file - allow touch on files not owned by user

* use Sentinal value and preserved existing args

* Do no instantiate the Sentinel object
2019-01-23 10:14:59 +10:00

2 lines
115 B
YAML

bugfixes:
- file - Allow state=touch on file the user does not own https://github.com/ansible/ansible/issues/50943