From 414aae70b160a9eaff55c4314d339305cb33c6e9 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 13 Jun 2018 15:07:40 -0400 Subject: [PATCH] corrected version --- lib/ansible/modules/files/acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/acl.py b/lib/ansible/modules/files/acl.py index 5387d3117d3..df2d668c6f6 100644 --- a/lib/ansible/modules/files/acl.py +++ b/lib/ansible/modules/files/acl.py @@ -79,7 +79,7 @@ options: - Select if and when to recalculate the effective right masks of the files, see setfacl documentation for more info. Incompatible with C(state=query). choices: [ default, mask, no_mask ] default: 'default' - version_added: "2.6" + version_added: "2.7" author: - Brian Coca (@bcoca)