mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
stat: doc: add version for new returns (#5594)
This commit is contained in:
parent
2cacc3e787
commit
c8da9b012b
1 changed files with 3 additions and 3 deletions
|
@ -303,17 +303,17 @@ stat:
|
||||||
type: string
|
type: string
|
||||||
sample: us-ascii
|
sample: us-ascii
|
||||||
readable:
|
readable:
|
||||||
description: Tells you if the invoking user has the right to read the path
|
description: Tells you if the invoking user has the right to read the path, added in version 2.2
|
||||||
returned: success, path exists and user can read the path
|
returned: success, path exists and user can read the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
writeable:
|
writeable:
|
||||||
description: Tells you if the invoking user has the right to write the path
|
description: Tells you if the invoking user has the right to write the path, added in version 2.2
|
||||||
returned: success, path exists and user can write the path
|
returned: success, path exists and user can write the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
executable:
|
executable:
|
||||||
description: Tells you if the invoking user has the execute the path
|
description: Tells you if the invoking user has the execute the path, added in version 2.2
|
||||||
returned: success, path exists and user can execute the path
|
returned: success, path exists and user can execute the path
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: False
|
sample: False
|
||||||
|
|
Loading…
Reference in a new issue