mirror of https://github.com/ansible/ansible.git
* win_acl no longer needs SeSecurityPrivilege
Set-ACL raises missing SeSecurityPrivilege error when the inheritance
from the parent directory is disabled.
* fixes test sanity
* registry rights can only be modified with Set-ACL
* add changelog
(cherry picked from commit 95d613f3ab
)
pull/64802/head
parent
d2d9a60eab
commit
25f8d0dcd3
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_acl - Fixed error when setting rights on directory for which inheritance from parent directory has been disabled.
|
Loading…
Reference in New Issue