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
commit 419727a6da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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