geerlingguy / ansible-role-firewall

Ansible Role - iptables Firewall configuration.
https://galaxy.ansible.com/geerlingguy/firewall/
MIT License
525 stars 217 forks source link

In redhat7.4, firewalld_installed don't have rc field. #60

Closed xg6402 closed 5 years ago

xg6402 commented 5 years ago

https://github.com/geerlingguy/ansible-role-firewall/blob/b0c686d3fe9e7f45ac840b64881410ba2702f8d8/tasks/disable-other-firewalls.yml#L22jjjjjj This is what returned: "firewalld_installed": { "changed": false, "failed": false, "msg": "skipped, running in check mode", "skipped": true } Ansible version: 2.7.10 This piece of code will break

xg6402 commented 5 years ago

no issue.