summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/files.py
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-07-28 14:45:50 -0400
committerGitHub <noreply@github.com>2022-07-28 14:45:50 -0400
commitb6ec06ab2513770941eb7776ba2d5c6942065814 (patch)
tree925d60dd438de925dc3131f2d154bbf9b548d613 /lib/ansible/plugins/doc_fragments/files.py
parent85bc2bcfcdd233acf1f5d4309b8ecfcb997ff06c (diff)
downloadansible-b6ec06ab2513770941eb7776ba2d5c6942065814.tar.gz
add note about permission change (#78128)
Diffstat (limited to 'lib/ansible/plugins/doc_fragments/files.py')
-rw-r--r--lib/ansible/plugins/doc_fragments/files.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ansible/plugins/doc_fragments/files.py b/lib/ansible/plugins/doc_fragments/files.py
index cf953b6171..2356bd72ce 100644
--- a/lib/ansible/plugins/doc_fragments/files.py
+++ b/lib/ansible/plugins/doc_fragments/files.py
@@ -34,10 +34,14 @@ options:
owner:
description:
- Name of the user that should own the filesystem object, as would be fed to I(chown).
+ - When left unspecified, it uses the current user unless you are root, in which
+ case it can preserve the previous ownership.
type: str
group:
description:
- Name of the group that should own the filesystem object, as would be fed to I(chown).
+ - When left unspecified, it uses the current group of the current user unless you are root,
+ in which case it can preserve the previous ownership.
type: str
seuser:
description: