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_mount_verify.yml ***********************************************
1 plays in /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount_verify.yml

PLAY [Basic mount verify snapshot test] ****************************************

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

TASK [Setup] *******************************************************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount_verify.yml:46
included: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml for managed-node1

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:10
ok: [managed-node1] => {"changed": false, "stat": {"exists": false}}

TASK [Set mount parent] ********************************************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:15
ok: [managed-node1] => {"ansible_facts": {"test_mnt_parent": "/mnt"}, "changed": false}

TASK [Run the storage role install base packages] ******************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:19
ERROR! the role 'fedora.linux_system_roles.storage' was not found in /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot

The error appears to be in '/tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml': line 21, column 11, 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.storage
          ^ here

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount_verify.yml:294
included: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml for managed-node1

TASK [Remove storage volumes] **************************************************
task path: /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:7
ERROR! the role 'fedora.linux_system_roles.storage' was not found in /tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot

The error appears to be in '/tmp/collections-Sq1/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml': line 9, column 11, 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.storage
          ^ here

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