mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
fixed typo on isgid
This commit is contained in:
@@ -220,7 +220,7 @@ stat:
|
|||||||
returned: success, path exists and user can read stats
|
returned: success, path exists and user can read stats
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
isrid:
|
isgid:
|
||||||
description: Tells you if the invoking user's group id matches the owner's group id
|
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
|
returned: success, path exists and user can read stats
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user