*I'm running Ansible 2.0.0.2 on a Ubuntu 14.04 Control Machine, trying to 
enable an Inbound port on a target Windows Server 2012 R2 using the 
win_firewall_rule.*

*Here's my playbook:*

- 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?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d7317ffe-dc2e-45c8-9f09-ca4ece795fa9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to