Merge pull request #8286 from techtonik/patch-1

acl: Remove obscurity in `state` description
This commit is contained in:
Michael DeHaan 2014-07-25 08:32:47 -04:00
commit ec950b8ea2

View file

@ -34,7 +34,7 @@ options:
default: query
choices: [ 'query', 'present', 'absent' ]
description:
- defines whether the ACL should be present or not. The C(query) state gets the current acl C(present) without changing it, for use in 'register' operations.
- defines whether the ACL should be present or not. The C(query) state gets the current acl without changing it, for use in 'register' operations.
follow:
required: false