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

acl: Remove obscurity in state description

This commit is contained in:
anatoly techtonik 2014-07-25 12:04:45 +03:00
parent 10a850c70f
commit b28848eee3

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