|
|
|
@ -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
|
|
|
|
|