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
This commit is contained in:
Jordan Borean
2019-01-23 10:14:59 +10:00
committed by GitHub
parent 8fd0fbe431
commit 419727a6da
3 changed files with 71 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- file - Allow state=touch on file the user does not own https://github.com/ansible/ansible/issues/50943