mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed typo on isgid
This commit is contained in:
parent
49c10e4359
commit
1ca1a2ed98
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ stat:
|
|||
returned: success, path exists and user can read stats
|
||||
type: boolean
|
||||
sample: False
|
||||
isrid:
|
||||
isgid:
|
||||
description: Tells you if the invoking user's group id matches the owner's group id
|
||||
returned: success, path exists and user can read stats
|
||||
type: boolean
|
||||
|
|
Loading…
Reference in a new issue