mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
win_acl - remove test return values
This commit is contained in:
@@ -214,8 +214,6 @@ Try {
|
||||
}
|
||||
}
|
||||
Catch {
|
||||
$result.exception = ($_ | Out-String)
|
||||
$result.test = ($pwd.Path)
|
||||
Fail-Json -obj $result -message "an error occurred when attempting to $state $rights permission(s) on $path for $user - $($_.Exception.Message)"
|
||||
}
|
||||
Finally {
|
||||
|
||||
Reference in New Issue
Block a user