mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 06:35:27 +01:00
firewalld - announce breaking changes
* ``masquerade`` and ``icmp_block_inversion`` will be changed from ``str`` to ``bool`` Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
ab9eaf24bc
commit
cd941397d9
1 changed files with 3 additions and 0 deletions
3
changelogs/fragments/firewalld_breaking_change.yml
Normal file
3
changelogs/fragments/firewalld_breaking_change.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
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).
|
||||
Loading…
Reference in a new issue