summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorHans-Joachim Kliemeck <git@kliemeck.de>2016-01-13 10:39:33 +0100
committerHans-Joachim Kliemeck <git@kliemeck.de>2016-01-13 10:39:33 +0100
commitd2959fb7ed7c565c036e2a25503a8ba952d763f1 (patch)
tree771db55bd528a86851ca23104a037f986d959375 /windows
parentb4f80a777fb066b604e9a8eb8085c32044576316 (diff)
downloadansible-modules-extras-d2959fb7ed7c565c036e2a25503a8ba952d763f1.tar.gz
fixed version added and tests
Diffstat (limited to 'windows')
-rw-r--r--windows/win_acl_inheritance.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/win_acl_inheritance.py b/windows/win_acl_inheritance.py
index 6c03b9c7..0837bab3 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