respawn firewalld module when selinux is missing

This commit is contained in:
Maxwell G
2023-05-13 19:02:18 +00:00
parent 34a9cf3e4d
commit ad414c87b4
3 changed files with 5 additions and 7 deletions

View File

@@ -4,3 +4,5 @@ minor_changes:
(https://github.com/ansible-collections/ansible.posix/pull/460)."
- "selinux - respawn module to use the system python interpreter when the ``selinux`` python module is not available for ``ansible_python_interpreter``
(https://github.com/ansible-collections/ansible.posix/pull/460)."
- "firewalld - respawn module to use the system python interpreter when the ``firewall`` python module is not available for ``ansible_python_interpreter``
(https://github.com/ansible-collections/ansible.posix/pull/460)."