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-L8Q 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-L8Q/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-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 Tuesday 24 September 2024 09:46:09 -0400 (0:00:00.012) 0:00:00.012 ***** included: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Tuesday 24 September 2024 09:46:09 -0400 (0:00:00.023) 0:00:00.035 ***** [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_3x9c4dki", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Tuesday 24 September 2024 09:46:09 -0400 (0:00:00.502) 0:00:00.538 ***** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_3x9c4dki/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-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Tuesday 24 September 2024 09:46:10 -0400 (0:00:00.478) 0:00:01.017 ***** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_3x9c4dki/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-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:13 Tuesday 24 September 2024 09:46:10 -0400 (0:00:00.320) 0:00:01.338 ***** 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-1727185570.5717843-7973-133390018149776/.source", "state": "file", "uid": 0 } TASK [Remove all files from sudoers.d directory] ******************************* task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Tuesday 24 September 2024 09:46:11 -0400 (0:00:00.860) 0:00:02.198 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/sudoers.d", "state": "absent" } TASK [Run the role] ************************************************************ task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:28 Tuesday 24 September 2024 09:46:11 -0400 (0:00:00.568) 0:00:02.766 ***** included: fedora.linux_system_roles.sudo for managed-node2 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Tuesday 24 September 2024 09:46:12 -0400 (0:00:00.055) 0:00:02.821 ***** included: /tmp/collections-L8Q/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-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Tuesday 24 September 2024 09:46:12 -0400 (0:00:00.026) 0:00:02.848 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Tuesday 24 September 2024 09:46:12 -0400 (0:00:00.680) 0:00:03.528 ***** 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-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Tuesday 24 September 2024 09:46:13 -0400 (0:00:00.346) 0:00:03.875 ***** 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-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Tuesday 24 September 2024 09:46:13 -0400 (0:00:00.045) 0:00:03.920 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Tuesday 24 September 2024 09:46:13 -0400 (0:00:00.359) 0:00:04.279 ***** 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-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Tuesday 24 September 2024 09:46:13 -0400 (0:00:00.019) 0:00:04.298 ***** 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-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Tuesday 24 September 2024 09:46:13 -0400 (0:00:00.027) 0:00:04.325 ***** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: FileNotFoundError: [Errno 2] No such file or directory: '/etc/sudoers.d' fatal: [managed-node2]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDOUT: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1727185573.5866191-8116-230666060617401/AnsiballZ_scan_sudoers.py", line 107, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1727185573.5866191-8116-230666060617401/AnsiballZ_scan_sudoers.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1727185573.5866191-8116-230666060617401/AnsiballZ_scan_sudoers.py", line 47, in invoke_module runpy.run_module(mod_name='ansible_collections.fedora.linux_system_roles.plugins.modules.scan_sudoers', init_globals=dict(_module_fqn='ansible_collections.fedora.linux_system_roles.plugins.modules.scan_sudoers', _modlib_path=modlib_path), File "/usr/lib64/python3.9/runpy.py", line 225, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/usr/lib64/python3.9/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_qnmf9rsd/ansible_fedora.linux_system_roles.scan_sudoers_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/scan_sudoers.py", line 686, in File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_qnmf9rsd/ansible_fedora.linux_system_roles.scan_sudoers_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/scan_sudoers.py", line 679, in main File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_qnmf9rsd/ansible_fedora.linux_system_roles.scan_sudoers_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/scan_sudoers.py", line 643, in get_sudoers_configs File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_qnmf9rsd/ansible_fedora.linux_system_roles.scan_sudoers_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/scan_sudoers.py", line 208, in get_config_lines File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_qnmf9rsd/ansible_fedora.linux_system_roles.scan_sudoers_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/scan_sudoers.py", line 157, in get_includes FileNotFoundError: [Errno 2] No such file or directory: '/etc/sudoers.d' MODULE_STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.15 originally 10.31.43.15 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.15 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.43.15 originally 10.31.43.15 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 1 Shared connection to 10.31.43.15 closed. TASK [Test cleanup] ************************************************************ task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41 Tuesday 24 September 2024 09:46:14 -0400 (0:00:00.684) 0:00:05.010 ***** included: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node2 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Tuesday 24 September 2024 09:46:14 -0400 (0:00:00.024) 0:00:05.034 ***** 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_3x9c4dki/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Tuesday 24 September 2024 09:46:14 -0400 (0:00:00.330) 0:00:05.364 ***** 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_3x9c4dki/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Tuesday 24 September 2024 09:46:14 -0400 (0:00:00.360) 0:00:05.724 ***** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_3x9c4dki", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=17 changed=8 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Tuesday 24 September 2024 09:46:15 -0400 (0:00:00.363) 0:00:06.088 ***** =============================================================================== Install new sudoers file ------------------------------------------------ 0.86s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:13 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.68s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.68s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Remove all files from sudoers.d directory ------------------------------- 0.57s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Create temp test directory ---------------------------------------------- 0.50s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Backup sudoers ---------------------------------------------------------- 0.48s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Clean up temp directory ------------------------------------------------- 0.36s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Restore sudoers.d ------------------------------------------------------- 0.36s /tmp/collections-L8Q/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.36s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.35s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Restore sudoers --------------------------------------------------------- 0.33s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Backup sudoers.d -------------------------------------------------------- 0.32s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Run the role ------------------------------------------------------------ 0.06s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:28 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.05s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.03s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.03s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41 Test setup -------------------------------------------------------------- 0.02s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.02s /tmp/collections-L8Q/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27