Display warning message if wrong parameter set to masquerade or icmp-block-inversion

* This PR is a part of #249

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2021-08-24 19:11:45 +09:00
parent 7f16f56c5b
commit 4a67de7b08
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
minor_changes:
- firewalld - Show warning message that variable type of ``masquerade`` and
``icmp_block_inversion`` will be changed from ``str`` to ``boolean``
in the future release (https://github.com/ansible-collections/ansible.posix/pull/254).