Move gid to the group instead of user

pull/83049/head
Remz42 1 month 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
owner:
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
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.
@ -41,7 +41,7 @@ options:
type: str
group:
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,
in which case it can preserve the previous ownership.
type: str

Loading…
Cancel
Save