Move gid to the group instead of user

pull/83049/head
Remz42 2 months ago committed by GitHub
parent c8cefdb9e7
commit 6a1ffb3dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ options:
type: raw type: raw
owner: owner:
description: description:
- Name of the user or gid that should own the filesystem object, as would be fed to I(chown). - 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 - When left unspecified, it uses the current user unless you are root, in which
case it can preserve the previous ownership. 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. - Specifying a numeric username will be assumed to be a user ID and not a username. Avoid numeric usernames to avoid this confusion.
@ -41,7 +41,7 @@ options:
type: str type: str
group: group:
description: description:
- Name of the group that should own the filesystem object, as would be fed to I(chown). - Name of the group or gid 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, - 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. in which case it can preserve the previous ownership.
type: str type: str

Loading…
Cancel
Save