ansible.posix/changelogs/fragments/firewalld_breaking_change.yml
Abhijeet Kasurde cd941397d9 firewalld - announce breaking changes
* ``masquerade`` and ``icmp_block_inversion`` will be changed from ``str`` to ``bool``

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2021-08-16 14:16:27 +05:30

3 lines
225 B
YAML

---
breaking_changes:
- firewalld - ``icmp_block_inversion`` and ``masquerade`` will be changed to ``bool`` from ``str``. Please change playbooks accordingly (https://github.com/ansible-collections/ansible.posix/issues/235).