Skip to content

Commit

Permalink
Description for changing User ID to match user value (#79470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dule-martins committed Feb 2, 2023
1 parent d8dc76e commit 913e486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ansible/plugins/doc_fragments/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class ModuleDocFragment(object):
- 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.
- Specifying a numeric username will be assumed to be a user ID and not a username. Avoid numeric usernames to avoid this confusion.
type: str
group:
description:
Expand Down

0 comments on commit 913e486

Please sign in to comment.