ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_default_wrapper.yml ********************************************
3 plays in /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_wrapper.yml

PLAY [Create static inventory from hostvars] ***********************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_wrapper.yml:2
ok: [managed-node1]
META: ran handlers

TASK [Create temporary file] ***************************************************
task path: /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_wrapper.yml:7
changed: [managed-node1 -> localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.PDnNVb.inventory.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}

TASK [Create static inventory from hostvars] ***********************************
task path: /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default_wrapper.yml:14
changed: [managed-node1 -> localhost] => {"changed": true, "checksum": "1c24ae9e72fb7c292b08407491319f9c79e779a1", "dest": "/tmp/ansible.PDnNVb.inventory.yaml", "gid": 0, "group": "root", "md5sum": "1ef8cbe775ffb6cac0c5e314c4a92470", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 28580, "src": "/root/.ansible/tmp/ansible-tmp-1727201596.74-9706-175283750661950/source", "state": "file", "uid": 0}
META: ran handlers
META: ran handlers

PLAY [Ensure that the rule runs with default parameters] ***********************
META: ran handlers

TASK [Run the role. If reboot is not required - the play succeeds.] ************
task path: /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml:10
ERROR! the role 'fedora.linux_system_roles.kdump' was not found in /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump

The error appears to be in '/tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml': line 12, column 19, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

          include_role:
            name: fedora.linux_system_roles.kdump
                  ^ here

TASK [If reboot is required - assert the expected fail message] ****************
task path: /tmp/collections-Jzd/ansible_collections/fedora/linux_system_roles/tests/kdump/tests_default.yml:14
fatal: [managed-node1]: FAILED! => {"msg": "The conditional check ''Reboot is required to apply changes.' in ansible_failed_result.msg' failed. The error was: error while evaluating conditional ('Reboot is required to apply changes.' in ansible_failed_result.msg): 'ansible_failed_result' is undefined"}

PLAY RECAP *********************************************************************
managed-node1              : ok=3    changed=2    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0