Description for changing User ID to match user value (#79470)

pull/79894/head
Tabah Baridule M 3 years ago committed by GitHub
parent d8dc76e134
commit 913e4863af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,6 +36,8 @@ options:
- 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:

Loading…
Cancel
Save