ansible-playbook [core 2.17.8] 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-PfN executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 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-PfN/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-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 Saturday 15 February 2025 18:26:16 -0500 (0:00:00.007) 0:00:00.007 ***** included: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node1 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Saturday 15 February 2025 18:26:16 -0500 (0:00:00.014) 0:00:00.022 ***** [WARNING]: Platform linux on host managed-node1 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. changed: [managed-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_67u_uzi2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Saturday 15 February 2025 18:26:18 -0500 (0:00:02.553) 0:00:02.575 ***** changed: [managed-node1] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_67u_uzi2/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-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 15 February 2025 18:26:19 -0500 (0:00:00.451) 0:00:03.027 ***** changed: [managed-node1] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_67u_uzi2/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-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:12 Saturday 15 February 2025 18:26:19 -0500 (0:00:00.365) 0:00:03.392 ***** changed: [managed-node1] => { "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-1739661979.4907331-6919-121520705680443/.source", "state": "file", "uid": 0 } TASK [Print file] ************************************************************** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:20 Saturday 15 February 2025 18:26:20 -0500 (0:00:00.984) 0:00:04.377 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/sudoers" ], "delta": "0:00:00.002888", "end": "2025-02-15 18:26:20.875015", "rc": 0, "start": "2025-02-15 18:26:20.872127" } STDOUT: # Default specifications Defaults !visiblepw Defaults always_set_home Defaults match_group_by_gid Defaults always_query_group_plugin Defaults env_reset Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin Defaults env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR" Defaults env_keep += "LS_COLORS MAIL PS1 PS2 QTDIR" Defaults env_keep += "USERNAME LANG LC_ADDRESS LC_CTYPE LC_COLLATE" Defaults env_keep += "LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME" Defaults env_keep += "LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL" Defaults env_keep += "LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY" # User specifications root ALL=(ALL) ALL %wheel ALL=(ALL) ALL # Includes ## Include directories #includedir /etc/sudoers.d TASK [Remove all files from sudoers.d directory] ******************************* task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:24 Saturday 15 February 2025 18:26:20 -0500 (0:00:00.501) 0:00:04.878 ***** changed: [managed-node1] => { "changed": true, "cmd": "set -euxo pipefail\nfor file in /etc/sudoers.d/*; do\n if [ -f \"$file\" ]; then\n rm \"$file\"\n fi\ndone\n", "delta": "0:00:00.003379", "end": "2025-02-15 18:26:21.242731", "rc": 0, "start": "2025-02-15 18:26:21.239352" } STDERR: + for file in /etc/sudoers.d/* + '[' -f '/etc/sudoers.d/*' ']' TASK [Run the role] ************************************************************ task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:34 Saturday 15 February 2025 18:26:21 -0500 (0:00:00.358) 0:00:05.237 ***** included: fedora.linux_system_roles.sudo for managed-node1 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Saturday 15 February 2025 18:26:21 -0500 (0:00:00.056) 0:00:05.294 ***** included: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 15 February 2025 18:26:21 -0500 (0:00:00.028) 0:00:05.322 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Saturday 15 February 2025 18:26:22 -0500 (0:00:00.965) 0:00:06.287 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 15 February 2025 18:26:22 -0500 (0:00:00.355) 0:00:06.643 ***** ok: [managed-node1] => { "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-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 15 February 2025 18:26:22 -0500 (0:00:00.038) 0:00:06.681 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Saturday 15 February 2025 18:26:23 -0500 (0:00:00.407) 0:00:07.088 ***** ok: [managed-node1] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 15 February 2025 18:26:23 -0500 (0:00:00.039) 0:00:07.128 ***** skipping: [managed-node1] => (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-node1] => (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-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 15 February 2025 18:26:23 -0500 (0:00:00.056) 0:00:07.185 ***** ok: [managed-node1] => { "ansible_facts": { "sudoers": { "all_scanned_files": [ "/etc/sudoers" ], "sudoers_files": [ { "defaults": [ "!visiblepw", "always_set_home", "match_group_by_gid", "always_query_group_plugin", "env_reset", { "secure_path": [ "/sbin", "/bin", "/usr/sbin", "/usr/bin" ] }, { "env_keep": [ "COLORS", "DISPLAY", "HOSTNAME", "HISTSIZE", "KDEDIR", "LS_COLORS", "MAIL", "PS1", "PS2", "QTDIR", "USERNAME", "LANG", "LC_ADDRESS", "LC_CTYPE", "LC_COLLATE", "LC_IDENTIFICATION", "LC_MEASUREMENT", "LC_MESSAGES", "LC_MONETARY", "LC_NAME", "LC_NUMERIC", "LC_PAPER", "LC_TELEPHONE", "LC_TIME", "LC_ALL", "LANGUAGE", "LINGUAS", "_XKB_CHARSET", "XAUTHORITY" ] } ], "include_directories": [ "/etc/sudoers.d" ], "include_files": [], "path": "/etc/sudoers", "user_specifications": [ { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "root" ] }, { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "%wheel" ] } ] } ] } }, "changed": false } TASK [fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role] *** task path: /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 15 February 2025 18:26:23 -0500 (0:00:00.529) 0:00:07.714 ***** META: ending play for managed-node1 PLAY RECAP ********************************************************************* managed-node1 : ok=15 changed=5 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 15 February 2025 18:26:23 -0500 (0:00:00.041) 0:00:07.756 ***** =============================================================================== Create temp test directory ---------------------------------------------- 2.55s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Install new sudoers file ------------------------------------------------ 0.98s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:12 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.97s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.53s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Print file -------------------------------------------------------------- 0.50s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:20 Backup sudoers ---------------------------------------------------------- 0.45s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.41s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Backup sudoers.d -------------------------------------------------------- 0.37s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Remove all files from sudoers.d directory ------------------------------- 0.36s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:24 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.36s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.06s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Run the role ------------------------------------------------------------ 0.06s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:34 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.04s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.04s /tmp/collections-PfN/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.04s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.03s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.01s /tmp/collections-PfN/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9