1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix type for 'attributes' field

This commit is contained in:
GennadySpb 2017-06-22 18:15:54 +03:00 committed by Brian Coca
parent 75a3ac5ca5
commit 26fec4f107

View file

@ -350,7 +350,7 @@ stat:
attributes:
description: list of file attributes
returned: success, path exists and user can execute the path
type: boolean
type: list
sample: [ immutable, extent ]
version_added: 2.3
'''