mirror of https://github.com/ansible/ansible.git
win_firewall_rule: fix "property X doesn't exist"
After commit 9392943
more properties are always sets with their defaults
values (e.g. service to 'any'). This causes no issue when the rule is created,
but causes an error message that says "The property 'X' cannot be found on this
object. Verify that the property exists." because the module checks for
any property value that has changed, but `netsh advfirewall firewall show rule`
does not list any property unless `verbose` is set. This patch solves this.
Fixes #2624
pull/18777/head
parent
e68aa4747f
commit
b54d352a69
Loading…
Reference in New Issue