mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
win_acl: fix recent bug and add basic tests (#43054)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user