[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.4] 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-W5O executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/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_check_if_configured.yml **************************************** 1 plays in /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Test setup] ************************************************************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 Tuesday 17 September 2024 07:39:06 -0400 (0:00:00.009) 0:00:00.009 ***** included: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Tuesday 17 September 2024 07:39:06 -0400 (0:00:00.013) 0:00:00.023 ***** [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.9, 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. changed: [managed_node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_l1l3bw_v", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Tuesday 17 September 2024 07:39:07 -0400 (0:00:00.517) 0:00:00.540 ***** changed: [managed_node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_l1l3bw_v/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Tuesday 17 September 2024 07:39:07 -0400 (0:00:00.491) 0:00:01.031 ***** changed: [managed_node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_l1l3bw_v/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Install new sudoers file] ************************************************ task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:13 Tuesday 17 September 2024 07:39:08 -0400 (0:00:00.350) 0:00:01.382 ***** changed: [managed_node2] => { "changed": true, "checksum": "e7f68410087808d301bd81bc78423b1227123bf2", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "e46a568fe9aa73104a1781f414ca6baf", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 771, "src": "/root/.ansible/tmp/ansible-tmp-1726573148.2705195-7838-153117208335604/.source", "state": "file", "uid": 0 } TASK [Remove all files from sudoers.d directory] ******************************* task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Tuesday 17 September 2024 07:39:09 -0400 (0:00:00.809) 0:00:02.192 ***** changed: [managed_node2] => { "changed": true, "path": "/etc/sudoers.d", "state": "absent" } TASK [Run the role] ************************************************************ task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:28 Tuesday 17 September 2024 07:39:09 -0400 (0:00:00.468) 0:00:02.660 ***** included: fedora.linux_system_roles.sudo for managed_node2 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Tuesday 17 September 2024 07:39:09 -0400 (0:00:00.118) 0:00:02.779 ***** included: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed_node2 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Tuesday 17 September 2024 07:39:09 -0400 (0:00:00.024) 0:00:02.803 ***** ok: [managed_node2] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Tuesday 17 September 2024 07:39:10 -0400 (0:00:00.761) 0:00:03.564 ***** ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Tuesday 17 September 2024 07:39:10 -0400 (0:00:00.367) 0:00:03.932 ***** ok: [managed_node2] => { "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-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Tuesday 17 September 2024 07:39:10 -0400 (0:00:00.024) 0:00:03.956 ***** ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Tuesday 17 September 2024 07:39:11 -0400 (0:00:00.340) 0:00:04.297 ***** ok: [managed_node2] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Tuesday 17 September 2024 07:39:11 -0400 (0:00:00.031) 0:00:04.329 ***** skipping: [managed_node2] => (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_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Tuesday 17 September 2024 07:39:11 -0400 (0:00:00.045) 0:00:04.374 ***** fatal: [managed_node2]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Test cleanup] ************************************************************ task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41 Tuesday 17 September 2024 07:39:11 -0400 (0:00:00.562) 0:00:04.937 ***** included: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed_node2 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Tuesday 17 September 2024 07:39:11 -0400 (0:00:00.025) 0:00:04.962 ***** changed: [managed_node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/var/tmp/sudo_l1l3bw_v/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Tuesday 17 September 2024 07:39:12 -0400 (0:00:00.375) 0:00:05.337 ***** changed: [managed_node2] => { "changed": true, "checksum": null, "dest": "/etc/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 23, "src": "/var/tmp/sudo_l1l3bw_v/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Tuesday 17 September 2024 07:39:12 -0400 (0:00:00.347) 0:00:05.685 ***** changed: [managed_node2] => { "changed": true, "path": "/var/tmp/sudo_l1l3bw_v", "state": "absent" } PLAY RECAP ********************************************************************* managed_node2 : ok=17 changed=8 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Tuesday 17 September 2024 07:39:12 -0400 (0:00:00.353) 0:00:06.039 ***** =============================================================================== Install new sudoers file ------------------------------------------------ 0.81s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:13 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.76s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.56s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Create temp test directory ---------------------------------------------- 0.52s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Backup sudoers ---------------------------------------------------------- 0.49s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Remove all files from sudoers.d directory ------------------------------- 0.47s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Restore sudoers --------------------------------------------------------- 0.38s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.37s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Clean up temp directory ------------------------------------------------- 0.35s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Backup sudoers.d -------------------------------------------------------- 0.35s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Restore sudoers.d ------------------------------------------------------- 0.35s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.34s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Run the role ------------------------------------------------------------ 0.12s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:28 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.05s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.03s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Test cleanup ------------------------------------------------------------ 0.03s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.02s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.02s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.01s /tmp/collections-W5O/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9