summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/files.py
diff options
context:
space:
mode:
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: