removed always for success, as data wont show on fail

This commit is contained in:
Brian Coca 2015-02-19 15:36:36 -05:00 committed by Matt Clay
commit 47f84190a0
3 changed files with 183 additions and 10 deletions

View file

@ -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" ]
'''