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_example.yml **************************************************** 1 plays in /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 ok: [managed-node1] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:17 ERROR! the role 'fedora.linux_system_roles.journald' was not found in /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald The error appears to be in '/tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml': line 19, 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.journald ^ here TASK [Debug] ******************************************************************* task path: /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:96 fatal: [managed-node1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: '__journald_dropin_dir' is undefined\n\nThe error appears to be in '/tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml': line 96, column 11, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n rescue:\n - name: Debug\n ^ here\n"} TASK [Cleanup] ***************************************************************** task path: /tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:107 fatal: [managed-node1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: '__journald_dropin_dir' is undefined\n\nThe error appears to be in '/tmp/collections-6yN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml': line 107, 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: Cleanup\n ^ here\n"} PLAY RECAP ********************************************************************* managed-node1 : ok=1 changed=0 unreachable=0 failed=2 skipped=0 rescued=0 ignored=0