mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
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:
parent
8fd0fbe431
commit
419727a6da
3 changed files with 71 additions and 16 deletions
2
changelogs/fragments/file-touch-non-owner.yaml
Normal file
2
changelogs/fragments/file-touch-non-owner.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- file - Allow state=touch on file the user does not own https://github.com/ansible/ansible/issues/50943
|
Loading…
Add table
Add a link
Reference in a new issue