mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix type for 'attributes' field
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user