Changed the type of the forward option 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 ad2ac28ba6
2 changed files with 5 additions and 2 deletions

View File

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