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_add_rm.yml ***************************************************** 1 plays in /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** META: ran handlers TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 included: /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 ok: [managed-node1] META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 ERROR! the role 'fedora.linux_system_roles.bootloader' was not found in /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader The error appears to be in '/tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml': line 20, 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.bootloader ^ here TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 fatal: [managed-node1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'test_kernel' is undefined\n\nThe error appears to be in '/tmp/collections-U5T/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml': line 95, column 11, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n always:\n - name: Remove cloned kernels\n ^ here\n"} PLAY RECAP ********************************************************************* managed-node1 : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0