From ccbb679fc3562087b066caae1d01571052cac7c9 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 5 Mar 2021 15:46:19 +0000 Subject: [PATCH] Formatting --- plugins/modules/acl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/acl.py b/plugins/modules/acl.py index bacf6a5..c12a18b 100644 --- a/plugins/modules/acl.py +++ b/plugins/modules/acl.py @@ -48,7 +48,8 @@ options: choices: [ group, mask, other, user ] permissions: description: - - The permissions to apply/remove can be any combination of C(r), C(w), C(x) (read, write and execute respectively), and C(X) (execute permission if the file is a directory or already has execute permission for some user) + - The permissions to apply/remove can be any combination of C(r), C(w), C(x) + - (read, write and execute respectively), and C(X) (execute permission if the file is a directory or already has execute permission for some user) entry: description: - DEPRECATED.