ansible-playbook [core 2.16.12] 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-zlg 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_role_applied.yml *********************************************** 1 plays in /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml PLAY [Test rewrite default sudoers and remove unauthorized files] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:2 Saturday 26 October 2024 19:28:04 -0400 (0:00:00.035) 0:00:00.035 ****** ok: [managed-node2] TASK [Test setup] ************************************************************** task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:7 Saturday 26 October 2024 19:28:06 -0400 (0:00:01.231) 0:00:01.266 ****** included: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Saturday 26 October 2024 19:28:06 -0400 (0:00:00.021) 0:00:01.287 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_kxs9s3c_", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Saturday 26 October 2024 19:28:06 -0400 (0:00:00.489) 0:00:01.777 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_kxs9s3c_/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-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 26 October 2024 19:28:07 -0400 (0:00:00.510) 0:00:02.287 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_kxs9s3c_/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 [Run the role] ************************************************************ task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:10 Saturday 26 October 2024 19:28:07 -0400 (0:00:00.386) 0:00:02.673 ****** TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Saturday 26 October 2024 19:28:07 -0400 (0:00:00.058) 0:00:02.731 ****** included: /tmp/collections-zlg/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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 26 October 2024 19:28:07 -0400 (0:00:00.026) 0:00:02.758 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__sudo_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Saturday 26 October 2024 19:28:07 -0400 (0:00:00.042) 0:00:02.800 ****** 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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 26 October 2024 19:28:08 -0400 (0:00:00.464) 0:00:03.265 ****** 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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 26 October 2024 19:28:08 -0400 (0:00:00.032) 0:00:03.297 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Saturday 26 October 2024 19:28:08 -0400 (0:00:00.370) 0:00:03.667 ****** 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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 26 October 2024 19:28:08 -0400 (0:00:00.031) 0:00:03.699 ****** 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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 26 October 2024 19:28:08 -0400 (0:00:00.052) 0:00:03.752 ****** ok: [managed-node2] => { "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-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 26 October 2024 19:28:09 -0400 (0:00:00.556) 0:00:04.308 ****** META: ending play for managed-node2 PLAY RECAP ********************************************************************* managed-node2 : ok=11 changed=3 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Saturday 26 October 2024 19:28:09 -0400 (0:00:00.054) 0:00:04.363 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.23s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:2 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.56s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Backup sudoers ---------------------------------------------------------- 0.51s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Create temp test directory ---------------------------------------------- 0.49s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.46s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Backup sudoers.d -------------------------------------------------------- 0.39s /tmp/collections-zlg/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.37s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Run the role ------------------------------------------------------------ 0.06s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:10 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.05s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.05s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.04s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.03s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.03s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.03s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.02s /tmp/collections-zlg/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_role_applied.yml:7