linux-system-roles / firewall

Configure firewalld and system-config-firewall
https://linux-system-roles.github.io/firewall/
GNU General Public License v2.0
57 stars 32 forks source link

Version 1.3.0 - CHANGELOG.md [citest skip] #93

Closed richm closed 2 years ago

richm commented 2 years ago

[1.3.0] - 2022-07-19

New Features

Fixes: #80

Bug Fixes

Fixes: #85

Other Changes

The tests_zone.yml test uses facts outside of the role and needs to gather_facts: true when using ANSIBLE_GATHERING=explicit

The Ansible developers say that min_ansible_version in meta/main.yml must be a string value like "2.9", not a float value like 2.9.

Just make the problematic text a literal string so it won't get rendered incorrectly

Signed-off-by: Rich Megginson rmeggins@redhat.com