Changed the type of forward and masquerade options from str to bool

* Fixes #582

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2024-10-23 18:54:36 +09:00
parent 9171b7fcf1
commit 855966430a
2 changed files with 7 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
---
breaking_changes:
- firewalld - Changed the type of forward and masquerade options from str to bool (https://github.com/ansible-collections/ansible.posix/issues/582).