1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-03 23:51:48 +00:00

Merge pull request #598 from saito-hideki/issue/586

[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool

SUMMARY
Changed the type of icmp_block_inversion option from str to bool

Fixes #586

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME

ansible.posix.firewalld

ADDITIONAL INFORMATION
Related  #582 and #584

Reviewed-by: Adam Miller <admiller@redhat.com>
Reviewed-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
softwarefactory-project-zuul[bot] 2024-12-02 23:50:26 +00:00 committed by GitHub
commit f632fad9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).