mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
removed always for success, as data wont show on fail
This commit is contained in:
parent
4124f8c381
commit
47f84190a0
3 changed files with 183 additions and 10 deletions
|
@ -105,7 +105,7 @@ EXAMPLES = '''
|
|||
RETURN = '''
|
||||
acl:
|
||||
description: Current acl on provided path (after changes, if any)
|
||||
returned: always
|
||||
returned: success
|
||||
type: list
|
||||
sample: [ "user::rwx", "group::rwx", "other::rwx" ]
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue