mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 22:55:27 +01:00
* ``masquerade`` and ``icmp_block_inversion`` will be changed from ``str`` to ``bool`` Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 lines
225 B
YAML
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).
|