[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-jQI executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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_multiple_sudoers.yml ******************************************* 1 plays in /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml PLAY [Test multiple sudoers] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2 Thursday 22 August 2024 11:05:19 -0400 (0:00:00.008) 0:00:00.008 ******* [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node3] TASK [Test setup] ************************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7 Thursday 22 August 2024 11:05:23 -0400 (0:00:03.733) 0:00:03.742 ******* included: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node3 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Thursday 22 August 2024 11:05:23 -0400 (0:00:00.027) 0:00:03.769 ******* changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_snq8rbd0", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Thursday 22 August 2024 11:05:24 -0400 (0:00:00.728) 0:00:04.497 ******* changed: [managed_node3] => { "changed": true, "checksum": "ab0033aa8d46a209d71bfd49f8a2548c86b30be8", "dest": "/var/tmp/sudo_snq8rbd0/sudoers", "gid": 0, "group": "root", "md5sum": "a5290df67c7ed217bff527e10cd87040", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4375, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Thursday 22 August 2024 11:05:24 -0400 (0:00:00.578) 0:00:05.075 ******* changed: [managed_node3] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_snq8rbd0/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10 Thursday 22 August 2024 11:05:25 -0400 (0:00:00.424) 0:00:05.500 ******* included: fedora.linux_system_roles.sudo for managed_node3 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Thursday 22 August 2024 11:05:25 -0400 (0:00:00.056) 0:00:05.556 ******* included: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed_node3 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Thursday 22 August 2024 11:05:25 -0400 (0:00:00.038) 0:00:05.595 ******* skipping: [managed_node3] => { "changed": false, "false_condition": "__sudo_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Thursday 22 August 2024 11:05:25 -0400 (0:00:00.062) 0:00:05.658 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Thursday 22 August 2024 11:05:26 -0400 (0:00:00.578) 0:00:06.237 ******* ok: [managed_node3] => { "ansible_facts": { "__sudo_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Thursday 22 August 2024 11:05:26 -0400 (0:00:00.033) 0:00:06.270 ******* ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Thursday 22 August 2024 11:05:26 -0400 (0:00:00.384) 0:00:06.655 ******* ok: [managed_node3] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Thursday 22 August 2024 11:05:26 -0400 (0:00:00.039) 0:00:06.694 ******* skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Thursday 22 August 2024 11:05:26 -0400 (0:00:00.064) 0:00:06.759 ******* ok: [managed_node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.sudo : Compare] ******************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Thursday 22 August 2024 11:05:27 -0400 (0:00:00.692) 0:00:07.451 ******* fatal: [managed_node3]: FAILED! => {} MSG: template error while templating string: Could not load "ansible.utils.remove_keys": 'Invalid plugin FQCN (ansible.utils.remove_keys): unable to locate collection ansible.utils'. String: {{ ansible_facts['sudoers'].sudoers_files | ansible.utils.remove_keys(target=['include_files']) == sudo_sudoers_files }}. Could not load "ansible.utils.remove_keys": 'Invalid plugin FQCN (ansible.utils.remove_keys): unable to locate collection ansible.utils' TASK [Test cleanup] ************************************************************ task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:132 Thursday 22 August 2024 11:05:27 -0400 (0:00:00.103) 0:00:07.554 ******* included: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed_node3 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Thursday 22 August 2024 11:05:27 -0400 (0:00:00.051) 0:00:07.606 ******* changed: [managed_node3] => { "changed": true, "checksum": "ab0033aa8d46a209d71bfd49f8a2548c86b30be8", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "a5290df67c7ed217bff527e10cd87040", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4375, "src": "/var/tmp/sudo_snq8rbd0/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Thursday 22 August 2024 11:05:28 -0400 (0:00:00.475) 0:00:08.081 ******* changed: [managed_node3] => { "changed": true, "checksum": null, "dest": "/etc/sudoers.d/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "src": "/var/tmp/sudo_snq8rbd0/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Thursday 22 August 2024 11:05:28 -0400 (0:00:00.497) 0:00:08.578 ******* changed: [managed_node3] => { "changed": true, "path": "/var/tmp/sudo_snq8rbd0", "state": "absent" } PLAY RECAP ********************************************************************* managed_node3 : ok=16 changed=6 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 Thursday 22 August 2024 11:05:29 -0400 (0:00:00.572) 0:00:09.150 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 3.73s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:2 Create temp test directory ---------------------------------------------- 0.73s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.69s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.58s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Backup sudoers ---------------------------------------------------------- 0.58s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Clean up temp directory ------------------------------------------------- 0.57s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Restore sudoers.d ------------------------------------------------------- 0.50s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Restore sudoers --------------------------------------------------------- 0.48s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Backup sudoers.d -------------------------------------------------------- 0.42s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.38s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 fedora.linux_system_roles.sudo : Compare -------------------------------- 0.10s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.06s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.06s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Run the role ------------------------------------------------------------ 0.06s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:10 Test cleanup ------------------------------------------------------------ 0.05s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:132 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.04s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.04s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.03s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Test setup -------------------------------------------------------------- 0.03s /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_multiple_sudoers.yml:7