From b6ec06ab2513770941eb7776ba2d5c6942065814 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 28 Jul 2022 14:45:50 -0400 Subject: [PATCH] add note about permission change (#78128) --- lib/ansible/plugins/doc_fragments/files.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/plugins/doc_fragments/files.py b/lib/ansible/plugins/doc_fragments/files.py index cf953b61714..2356bd72ce6 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: