mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_acl: fix recent bug and add basic tests (#43054)
This commit is contained in:
parent
35f6bbf18b
commit
64f5f9c2f9
5 changed files with 185 additions and 1 deletions
|
@ -182,7 +182,7 @@ if (!$sid) {
|
|||
If (Test-Path -Path $path -PathType Leaf) {
|
||||
$inherit = "None"
|
||||
}
|
||||
ElseIf ($inherit -eq "") {
|
||||
ElseIf ($null -eq $inherit) {
|
||||
$inherit = "ContainerInherit, ObjectInherit"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue