From d2959fb7ed7c565c036e2a25503a8ba952d763f1 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Wed, 13 Jan 2016 10:39:33 +0100 Subject: [PATCH] fixed version added and tests --- windows/win_acl_inheritance.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/win_acl_inheritance.py b/windows/win_acl_inheritance.py index 6c03b9c75fd..0837bab3205 100644 --- a/windows/win_acl_inheritance.py +++ b/windows/win_acl_inheritance.py @@ -24,7 +24,7 @@ DOCUMENTATION = ''' --- module: win_acl_inheritance -version_added: "2.0" +version_added: "2.1" short_description: Change ACL inheritance description: - Change ACL (Access Control List) inheritance and optionally copy inherited ACE's (Access Control Entry) to dedicated ACE's or vice versa. @@ -72,3 +72,7 @@ EXAMPLES = ''' state: present reorganize: yes ''' + +RETURN = ''' + +''' \ No newline at end of file