Change type of icmp_block_inversion option from str to bool

* Fixes #586

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-11-28 13:59:52 +09:00
parent 1b9ae1c77f
commit 6175a5028b
3 changed files with 33 additions and 85 deletions

View File

@@ -0,0 +1,3 @@
---
breaking_changes:
- firewalld - Changed the type of icmp_block_inversion option from str to bool (https://github.com/ansible-collections/ansible.posix/issues/586).