mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-06-10 02:25:54 +00:00
* firewalld_info: Use module.warn (#715) * Use module.warn to display warnings instead of module.exit_json Fixes: #710 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> (cherry picked from commitd88a3c833c) * firewalld_info: Use PY2 compatible syntax (#719) Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> (cherry picked from commitdbeb4a861d) --------- Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
4 lines
174 B
YAML
4 lines
174 B
YAML
---
|
|
minor_changes:
|
|
- firewalld_info - use module.warn instead of passing ``warnings`` to ``exit_json`` (https://github.com/ansible-collections/ansible.posix/issues/710).
|