fixed version added and tests

reviewable/pr18780/r1
Hans-Joachim Kliemeck 9 years ago
parent b4f80a777f
commit d2959fb7ed

@ -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 = '''
'''
Loading…
Cancel
Save