mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Fix #1512 add missing property in win_firewall_rule
This commit is contained in:
@@ -98,6 +98,7 @@ function getFirewallRule ($fwsettings) {
|
||||
$msg += @("No rule could be found");
|
||||
};
|
||||
$result = @{
|
||||
failed = $false
|
||||
exists = $exists
|
||||
identical = $correct
|
||||
multiple = $multi
|
||||
@@ -137,6 +138,7 @@ function createFireWallRule ($fwsettings) {
|
||||
$msg+=@("Created firewall rule $name");
|
||||
|
||||
$result=@{
|
||||
failed = $false
|
||||
output=$output
|
||||
changed=$true
|
||||
msg=$msg
|
||||
|
||||
Reference in New Issue
Block a user