ansible/changelogs/fragments/file-touch-non-owner.yaml
Jordan Borean 44474bf424 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

(cherry picked from commit 419727a6da)
2019-01-24 10:22:11 -08: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