ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-RyE executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml statically imported: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_fcontext.yml *************************************************** 1 plays in /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_fcontext.yml PLAY [Check if selinux role sets SELinux fcontext mappings] ******************** TASK [Ensure ansible_facts used by tests] ************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:12 Wednesday 21 May 2025 17:57:30 -0400 (0:00:00.019) 0:00:00.019 ********* ok: [managed-node1] TASK [Ensure SELinux testing packages] ***************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:17 Wednesday 21 May 2025 17:57:30 -0400 (0:00:00.803) 0:00:00.823 ********* TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 21 May 2025 17:57:30 -0400 (0:00:00.046) 0:00:00.869 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 21 May 2025 17:57:31 -0400 (0:00:00.415) 0:00:01.285 ********* ok: [managed-node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 21 May 2025 17:57:31 -0400 (0:00:00.019) 0:00:01.305 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 21 May 2025 17:57:31 -0400 (0:00:00.333) 0:00:01.638 ********* ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 21 May 2025 17:57:31 -0400 (0:00:00.028) 0:00:01.666 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 21 May 2025 17:57:31 -0400 (0:00:00.021) 0:00:01.688 ********* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 21 May 2025 17:57:35 -0400 (0:00:03.452) 0:00:05.140 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 21 May 2025 17:57:35 -0400 (0:00:00.015) 0:00:05.156 ********* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:65 Wednesday 21 May 2025 17:57:38 -0400 (0:00:03.246) 0:00:08.403 ********* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:79 Wednesday 21 May 2025 17:57:41 -0400 (0:00:03.264) 0:00:11.668 ********* skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:84 Wednesday 21 May 2025 17:57:41 -0400 (0:00:00.030) 0:00:11.699 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Wednesday 21 May 2025 17:57:41 -0400 (0:00:00.029) 0:00:11.728 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:96 Wednesday 21 May 2025 17:57:41 -0400 (0:00:00.028) 0:00:11.756 ********* ok: [managed-node1] TASK [Ensure selinux-policy-targeted] ****************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:22 Wednesday 21 May 2025 17:57:42 -0400 (0:00:00.737) 0:00:12.494 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_need_policy_targeted | d(false)", "skip_reason": "Conditional result was False" } TASK [Ensure findmnt] ********************************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:29 Wednesday 21 May 2025 17:57:42 -0400 (0:00:00.029) 0:00:12.524 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_need_findmnt | d(false)", "skip_reason": "Conditional result was False" } TASK [Set is_el6 flag] ********************************************************* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:38 Wednesday 21 May 2025 17:57:42 -0400 (0:00:00.027) 0:00:12.551 ********* ok: [managed-node1] => { "ansible_facts": { "__selinux_is_el6": false }, "changed": false } TASK [Get local modifications - boolean] *************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46 Wednesday 21 May 2025 17:57:42 -0400 (0:00:00.024) 0:00:12.576 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/sbin/semanage", "boolean", "-l", "-n", "-C" ], "delta": "0:00:00.557849", "end": "2025-05-21 17:57:43.608566", "rc": 0, "start": "2025-05-21 17:57:43.050717" } STDOUT: samba_enable_home_dirs (on , on) Allow samba to enable home dirs TASK [Get local modifications - port] ****************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51 Wednesday 21 May 2025 17:57:43 -0400 (0:00:00.987) 0:00:13.564 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/sbin/semanage", "port", "-l", "-n", "-C" ], "delta": "0:00:00.511577", "end": "2025-05-21 17:57:44.469309", "rc": 0, "start": "2025-05-21 17:57:43.957732" } STDOUT: ssh_port_t tcp 22100 TASK [Get local modifications - login] ***************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:56 Wednesday 21 May 2025 17:57:44 -0400 (0:00:00.861) 0:00:14.425 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/sbin/semanage", "login", "-l", "-n", "-C" ], "delta": "0:00:00.545851", "end": "2025-05-21 17:57:45.362333", "rc": 0, "start": "2025-05-21 17:57:44.816482" } STDOUT: sar-user staff_u s0-s0:c0.c1023 * TASK [Get local modifications - fcontext] ************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61 Wednesday 21 May 2025 17:57:45 -0400 (0:00:00.891) 0:00:15.317 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "/usr/sbin/semanage", "fcontext", "-l", "-n", "-C" ], "delta": "0:00:00.524344", "end": "2025-05-21 17:57:46.234917", "rc": 0, "start": "2025-05-21 17:57:45.710573" } STDOUT: /tmp/test_dir all files system_u:object_r:user_home_dir_t:s0 TASK [Unset facts used above] ************************************************** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:66 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.872) 0:00:16.190 ********* ok: [managed-node1] => { "ansible_facts": { "ansible_facts": { "architecture": "x86_64", "discovered_interpreter_python": "/usr/libexec/platform-python", "distribution_file_parsed": true, "distribution_file_path": "/etc/centos-release", "distribution_file_variety": "CentOS", "distribution_release": "Stream", "distribution_version": "8", "domain": "", "fqdn": "managed-node1", "gather_subset": [ "!all", "!min", "distribution", "distribution_major_version", "os_family", "python_version" ], "hostname": "managed-node1", "kernel": "4.18.0-553.5.1.el8.x86_64", "kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "machine": "x86_64", "machine_id": "340533c834814482b056d325f6275d2a", "module_setup": true, "nodename": "managed-node1", "selinux": { "config_mode": "enforcing", "mode": "enforcing", "policyvers": 33, "status": "enabled", "type": "targeted" }, "system": "Linux", "userspace_architecture": "x86_64", "userspace_bits": "64" } }, "changed": false } TASK [Initial changes] ********************************************************* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_fcontext.yml:17 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.039) 0:00:16.229 ********* redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.068) 0:00:16.298 ********* included: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.017) 0:00:16.315 ********* ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.482) 0:00:16.798 ********* included: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.021) 0:00:16.819 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.017) 0:00:16.836 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.015) 0:00:16.851 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.015) 0:00:16.867 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.015) 0:00:16.882 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 21 May 2025 17:57:46 -0400 (0:00:00.014) 0:00:16.897 ********* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 21 May 2025 17:57:50 -0400 (0:00:03.263) 0:00:20.161 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 21 May 2025 17:57:50 -0400 (0:00:00.017) 0:00:20.178 ********* fatal: [managed-node1]: FAILED! => {} MSG: The conditional check 'ansible_facts["os_family"] == "RedHat" and ansible_facts["distribution_major_version"] in ["8", "9"]' failed. The error was: error while evaluating conditional (ansible_facts["os_family"] == "RedHat" and ansible_facts["distribution_major_version"] in ["8", "9"]): 'dict object' has no attribute 'os_family'. 'dict object' has no attribute 'os_family' The error appears to be in '/tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml': line 58, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Ensure grubby used to modify selinux kernel parameter ^ here PLAY RECAP ********************************************************************* managed-node1 : ok=19 changed=0 unreachable=0 failed=1 skipped=13 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.14", "end_time": "2025-05-21T21:57:50.278639+00:00Z", "host": "managed-node1", "message": "The conditional check 'ansible_facts[\"os_family\"] == \"RedHat\" and ansible_facts[\"distribution_major_version\"] in [\"8\", \"9\"]' failed. The error was: error while evaluating conditional (ansible_facts[\"os_family\"] == \"RedHat\" and ansible_facts[\"distribution_major_version\"] in [\"8\", \"9\"]): 'dict object' has no attribute 'os_family'. 'dict object' has no attribute 'os_family'\n\nThe error appears to be in '/tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml': line 58, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Ensure grubby used to modify selinux kernel parameter\n ^ here\n", "start_time": "2025-05-21T21:57:50.268388+00:00Z", "task_name": "Ensure grubby used to modify selinux kernel parameter", "task_path": "/tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 21 May 2025 17:57:50 -0400 (0:00:00.011) 0:00:20.190 ********* =============================================================================== fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 3.45s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.27s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:65 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 3.26s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter --- 3.25s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Get local modifications - boolean --------------------------------------- 0.99s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:46 Get local modifications - login ----------------------------------------- 0.89s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:56 Get local modifications - fcontext -------------------------------------- 0.87s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:61 Get local modifications - port ------------------------------------------ 0.86s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:51 Ensure ansible_facts used by tests -------------------------------------- 0.80s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:12 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.74s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:96 fedora.linux_system_roles.selinux : Ensure ansible_facts used by role --- 0.48s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 fedora.linux_system_roles.selinux : Check if system is ostree ----------- 0.42s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Initial changes --------------------------------------------------------- 0.07s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/tests_fcontext.yml:17 Ensure SELinux testing packages ----------------------------------------- 0.05s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:17 Unset facts used above -------------------------------------------------- 0.04s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:66 fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes --- 0.03s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:79 Ensure selinux-policy-targeted ------------------------------------------ 0.03s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/tests/selinux/set_selinux_variables.yml:22 fedora.linux_system_roles.selinux : Reboot transactional update systems --- 0.03s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:84 fedora.linux_system_roles.selinux : Set flag if transactional-update exists --- 0.03s /tmp/collections-RyE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22