respawn selinux module when selinux is missing

This commit is contained in:
Maxwell G
2023-05-13 18:56:38 +00:00
parent 63fba50912
commit 34a9cf3e4d
2 changed files with 6 additions and 0 deletions

View File

@@ -2,3 +2,5 @@
minor_changes:
- "seboolean - 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)."
- "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)."