mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed version added and tests
This commit is contained in:
parent
867b7a9649
commit
ba0c75f5a7
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_acl_inheritance
|
module: win_acl_inheritance
|
||||||
version_added: "2.0"
|
version_added: "2.1"
|
||||||
short_description: Change ACL inheritance
|
short_description: Change ACL inheritance
|
||||||
description:
|
description:
|
||||||
- Change ACL (Access Control List) inheritance and optionally copy inherited ACE's (Access Control Entry) to dedicated ACE's or vice versa.
|
- 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
|
state: present
|
||||||
reorganize: yes
|
reorganize: yes
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
|
||||||
|
'''
|
Loading…
Reference in a new issue