[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.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-G47
  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_default.yml ****************************************************
1 plays in /tmp/collections-G47/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-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9
Thursday 12 September 2024  22:45:19 -0400 (0:00:00.080)       0:00:00.080 **** 
included: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed_node2

TASK [Create temp test directory] **********************************************
task path: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3
Thursday 12 September 2024  22:45:19 -0400 (0:00:00.053)       0:00:00.134 **** 
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_umf5cnjf",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Backup sudoers] **********************************************************
task path: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10
Thursday 12 September 2024  22:45:20 -0400 (0:00:00.592)       0:00:00.726 **** 
changed: [managed_node2] => {
    "changed": true,
    "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918",
    "dest": "/var/tmp/sudo_umf5cnjf/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-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19
Thursday 12 September 2024  22:45:20 -0400 (0:00:00.462)       0:00:01.189 **** 
changed: [managed_node2] => {
    "changed": true,
    "checksum": null,
    "dest": "/var/tmp/sudo_umf5cnjf/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-G47/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:12
Thursday 12 September 2024  22:45:20 -0400 (0:00:00.335)       0:00:01.524 **** 

TASK [fedora.linux_system_roles.sudo : Set version specific variables] *********
task path: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2
Thursday 12 September 2024  22:45:20 -0400 (0:00:00.044)       0:00:01.569 **** 
included: /tmp/collections-G47/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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2
Thursday 12 September 2024  22:45:20 -0400 (0:00:00.016)       0:00:01.586 **** 
ok: [managed_node2]

TASK [fedora.linux_system_roles.sudo : Check if system is ostree] **************
task path: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10
Thursday 12 September 2024  22:45:21 -0400 (0:00:00.671)       0:00:02.258 **** 
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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.406)       0:00:02.665 **** 
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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.019)       0:00:02.684 **** 
ok: [managed_node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] ***
task path: /tmp/collections-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.325)       0:00:03.009 **** 
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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.019)       0:00:03.029 **** 
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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.029)       0:00:03.059 **** 
skipping: [managed_node2] => {
    "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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.036)       0:00:03.095 **** 
skipping: [managed_node2] => {
    "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-G47/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:17
Thursday 12 September 2024  22:45:22 -0400 (0:00:00.041)       0:00:03.136 **** 
ERROR! The conditional check 'comparision_result | bool' failed. The error was: error while evaluating conditional (comparision_result | bool): 'comparision_result' is undefined. 'comparision_result' is undefined

The error appears to be in '/tmp/collections-G47/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