ansible-playbook [core 2.17.5] 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-wqf executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 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-wqf/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-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9 Thursday 17 October 2024 08:09:47 -0400 (0:00:00.008) 0:00:00.008 ****** included: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node1 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Thursday 17 October 2024 08:09:47 -0400 (0:00:00.012) 0:00:00.021 ****** [WARNING]: Platform linux on host managed-node1 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-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_8g2n3f_f", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Thursday 17 October 2024 08:09:48 -0400 (0:00:00.476) 0:00:00.497 ****** changed: [managed-node1] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_8g2n3f_f/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-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Thursday 17 October 2024 08:09:48 -0400 (0:00:00.427) 0:00:00.925 ****** changed: [managed-node1] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_8g2n3f_f/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-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:12 Thursday 17 October 2024 08:09:48 -0400 (0:00:00.324) 0:00:01.249 ****** 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-1729166988.8697162-7290-267513727374545/.source", "state": "file", "uid": 0 } TASK [Print file] ************************************************************** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:20 Thursday 17 October 2024 08:09:50 -0400 (0:00:01.540) 0:00:02.790 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/sudoers" ], "delta": "0:00:01.004251", "end": "2024-10-17 08:09:51.747655", "rc": 0, "start": "2024-10-17 08:09:50.743404" } 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-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:24 Thursday 17 October 2024 08:09:51 -0400 (0:00:01.416) 0:00:04.206 ****** 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.003502", "end": "2024-10-17 08:09:52.058549", "rc": 0, "start": "2024-10-17 08:09:52.055047" } STDERR: + for file in /etc/sudoers.d/* + '[' -f '/etc/sudoers.d/*' ']' TASK [Run the role] ************************************************************ task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:34 Thursday 17 October 2024 08:09:52 -0400 (0:00:00.308) 0:00:04.515 ****** included: fedora.linux_system_roles.sudo for managed-node1 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Thursday 17 October 2024 08:09:52 -0400 (0:00:00.044) 0:00:04.559 ****** included: /tmp/collections-wqf/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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Thursday 17 October 2024 08:09:52 -0400 (0:00:00.016) 0:00:04.575 ****** ok: [managed-node1] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Thursday 17 October 2024 08:09:52 -0400 (0:00:00.646) 0:00:05.222 ****** 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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.319) 0:00:05.541 ****** 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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.018) 0:00:05.560 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.322) 0:00:05.882 ****** 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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.021) 0:00:05.903 ****** 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_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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.026) 0:00:05.930 ****** 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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.407) 0:00:06.338 ****** META: ending play for managed-node1 PLAY RECAP ********************************************************************* managed-node1 : ok=15 changed=5 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Thursday 17 October 2024 08:09:53 -0400 (0:00:00.026) 0:00:06.364 ****** =============================================================================== Install new sudoers file ------------------------------------------------ 1.54s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:12 Print file -------------------------------------------------------------- 1.42s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:20 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.65s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Create temp test directory ---------------------------------------------- 0.48s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Backup sudoers ---------------------------------------------------------- 0.43s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.41s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Backup sudoers.d -------------------------------------------------------- 0.32s /tmp/collections-wqf/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.32s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.32s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Remove all files from sudoers.d directory ------------------------------- 0.31s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:24 Run the role ------------------------------------------------------------ 0.04s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:34 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.03s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.03s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.02s /tmp/collections-wqf/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-wqf/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-wqf/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.01s /tmp/collections-wqf/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_check_if_configured.yml:9