From b28848eee37f0ccf52f77a47b58cbfbcdf4d8524 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 25 Jul 2014 12:04:45 +0300 Subject: [PATCH] acl: Remove obscurity in `state` description --- library/files/acl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/acl b/library/files/acl index 625a051c338..63a951b97f9 100644 --- a/library/files/acl +++ b/library/files/acl @@ -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