[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.3] 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-jQI executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/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_default.yml **************************************************** 1 plays in /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Test setup] ************************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9 Thursday 22 August 2024 11:05:31 -0400 (0:00:00.031) 0:00:00.031 ******* included: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node1 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Thursday 22 August 2024 11:05:31 -0400 (0:00:00.018) 0:00:00.049 ******* [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_4sbvlo7j", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Thursday 22 August 2024 11:05:31 -0400 (0:00:00.581) 0:00:00.631 ******* changed: [managed_node1] => { "changed": true, "checksum": "ab0033aa8d46a209d71bfd49f8a2548c86b30be8", "dest": "/var/tmp/sudo_4sbvlo7j/sudoers", "gid": 0, "group": "root", "md5sum": "a5290df67c7ed217bff527e10cd87040", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4375, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Thursday 22 August 2024 11:05:32 -0400 (0:00:00.572) 0:00:01.203 ******* changed: [managed_node1] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_4sbvlo7j/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:12 Thursday 22 August 2024 11:05:32 -0400 (0:00:00.374) 0:00:01.577 ******* included: fedora.linux_system_roles.sudo for managed_node1 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Thursday 22 August 2024 11:05:32 -0400 (0:00:00.048) 0:00:01.625 ******* included: /tmp/collections-jQI/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-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Thursday 22 August 2024 11:05:32 -0400 (0:00:00.020) 0:00:01.646 ******* ok: [managed_node1] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Thursday 22 August 2024 11:05:33 -0400 (0:00:00.789) 0:00:02.436 ******* 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-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.500) 0:00:02.936 ******* 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-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.025) 0:00:02.961 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.360) 0:00:03.322 ******* 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-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.022) 0:00:03.344 ******* 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.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-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.031) 0:00:03.375 ******* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.sudo : Compare] ******************************** task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.030) 0:00:03.406 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "sudo_check_if_configured | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.sudo : Sudo is already configured] ************* task path: /tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:17 Thursday 22 August 2024 11:05:34 -0400 (0:00:00.029) 0:00:03.435 ******* ERROR! The conditional check 'comparation_result | bool' failed. The error was: error while evaluating conditional (comparation_result | bool): 'comparation_result' is undefined The error appears to be in '/tmp/collections-jQI/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml': line 17, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Sudo is already configured ^ here