- name: Allow inbound connection to port 12398
action: win_firewall_rule
args:
name: "Port 12398"
enabled: yes
state: present
localport: 12398
protocol: TCP
action: allow
direction: In
Receiving this error message:
FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "win_firewall_rule"}, "msg": "The property 'failed' cannot be found on this object. Verify that the property exists."}
Am I missing something or configured it wrong?