-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool #598
[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool #598
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 54s |
* Fixes ansible-collections#586 Signed-off-by: Hideki Saito <[email protected]>
e47c26d
to
6175a50
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 27s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks for working on this.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@maxamillion @Andersson007 Thank you for your review :) |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 25s |
f632fad
into
ansible-collections:main
[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 ansible-collections#586 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.firewalld ADDITIONAL INFORMATION Related ansible-collections#582 and ansible-collections#584 Reviewed-by: Adam Miller <[email protected]> Reviewed-by: Andrew Klychkov <[email protected]>
SUMMARY
Changed the type of icmp_block_inversion option from
str
tobool
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Related #582 and #584