mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #8286 from techtonik/patch-1
acl: Remove obscurity in `state` description
This commit is contained in:
@@ -34,7 +34,7 @@ options:
|
|||||||
default: query
|
default: query
|
||||||
choices: [ 'query', 'present', 'absent' ]
|
choices: [ 'query', 'present', 'absent' ]
|
||||||
description:
|
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:
|
follow:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user