ansible-playbook [core 2.16.11] 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-2eK 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.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-2eK/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-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 Tuesday 24 September 2024 09:45:36 -0400 (0:00:00.014) 0:00:00.014 ***** included: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Tuesday 24 September 2024 09:45:36 -0400 (0:00:00.033) 0:00:00.048 ***** changed: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_kyyjil5h", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Tuesday 24 September 2024 09:45:36 -0400 (0:00:00.602) 0:00:00.650 ***** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_kyyjil5h/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-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Tuesday 24 September 2024 09:45:37 -0400 (0:00:00.521) 0:00:01.172 ***** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_kyyjil5h/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-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:13 Tuesday 24 September 2024 09:45:37 -0400 (0:00:00.367) 0:00:01.539 ***** 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-1727185537.8861005-9600-91611445054150/source", "state": "file", "uid": 0 } TASK [Remove all files from sudoers.d directory] ******************************* task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Tuesday 24 September 2024 09:45:38 -0400 (0:00:00.911) 0:00:02.451 ***** changed: [managed-node2] => { "changed": true, "path": "/etc/sudoers.d", "state": "absent" } TASK [Run the role] ************************************************************ task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:28 Tuesday 24 September 2024 09:45:39 -0400 (0:00:00.440) 0:00:02.891 ***** TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Tuesday 24 September 2024 09:45:39 -0400 (0:00:00.052) 0:00:02.943 ***** included: /tmp/collections-2eK/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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Tuesday 24 September 2024 09:45:39 -0400 (0:00:00.018) 0:00:02.962 ***** ok: [managed-node2] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Tuesday 24 September 2024 09:45:39 -0400 (0:00:00.677) 0:00:03.640 ***** 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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Tuesday 24 September 2024 09:45:40 -0400 (0:00:00.333) 0:00:03.973 ***** 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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Tuesday 24 September 2024 09:45:40 -0400 (0:00:00.019) 0:00:03.992 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Tuesday 24 September 2024 09:45:40 -0400 (0:00:00.311) 0:00:04.303 ***** 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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Tuesday 24 September 2024 09:45:40 -0400 (0:00:00.023) 0:00:04.327 ***** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Tuesday 24 September 2024 09:45:40 -0400 (0:00:00.045) 0:00:04.372 ***** 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-1727185540.7415724-9739-155168871609556/AnsiballZ_scan_sudoers.py", line 107, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1727185540.7415724-9739-155168871609556/AnsiballZ_scan_sudoers.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1727185540.7415724-9739-155168871609556/AnsiballZ_scan_sudoers.py", line 48, in invoke_module run_name='__main__', alter_sys=True) File "/usr/lib64/python3.6/runpy.py", line 205, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) File "/usr/lib64/python3.6/runpy.py", line 96, in _run_module_code mod_name, mod_spec, pkg_name, script_name) File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmp/ansible_fedora.linux_system_roles.scan_sudoers_payload_raep23xn/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_raep23xn/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_raep23xn/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_raep23xn/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_raep23xn/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: Shared connection to 10.31.15.36 closed. TASK [Test cleanup] ************************************************************ task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41 Tuesday 24 September 2024 09:45:41 -0400 (0:00:00.527) 0:00:04.900 ***** included: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node2 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Tuesday 24 September 2024 09:45:41 -0400 (0:00:00.018) 0:00:04.919 ***** 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_kyyjil5h/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Tuesday 24 September 2024 09:45:41 -0400 (0:00:00.358) 0:00:05.277 ***** 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_kyyjil5h/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Tuesday 24 September 2024 09:45:41 -0400 (0:00:00.329) 0:00:05.606 ***** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_kyyjil5h", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=16 changed=8 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Tuesday 24 September 2024 09:45:42 -0400 (0:00:00.344) 0:00:05.950 ***** =============================================================================== Install new sudoers file ------------------------------------------------ 0.91s /tmp/collections-2eK/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.68s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Create temp test directory ---------------------------------------------- 0.60s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.53s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Backup sudoers ---------------------------------------------------------- 0.52s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Remove all files from sudoers.d directory ------------------------------- 0.44s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:22 Backup sudoers.d -------------------------------------------------------- 0.37s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Restore sudoers --------------------------------------------------------- 0.36s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Clean up temp directory ------------------------------------------------- 0.34s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.33s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Restore sudoers.d ------------------------------------------------------- 0.33s /tmp/collections-2eK/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.31s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Run the role ------------------------------------------------------------ 0.05s /tmp/collections-2eK/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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Test setup -------------------------------------------------------------- 0.03s /tmp/collections-2eK/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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.02s /tmp/collections-2eK/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-2eK/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-2eK/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:41