ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles 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 'jsonl', 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.yml ****************************************************** 1 plays in /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml PLAY [Basic mount snapshot test] *********************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:2 Saturday 28 June 2025 18:21:28 -0400 (0:00:00.018) 0:00:00.018 ********* ok: [managed-node1] META: ran handlers TASK [Setup] ******************************************************************* task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:46 Saturday 28 June 2025 18:21:29 -0400 (0:00:01.146) 0:00:01.165 ********* included: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml for managed-node1 TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:10 Saturday 28 June 2025 18:21:29 -0400 (0:00:00.057) 0:00:01.222 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:15 Saturday 28 June 2025 18:21:29 -0400 (0:00:00.586) 0:00:01.809 ********* ok: [managed-node1] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:19 Saturday 28 June 2025 18:21:29 -0400 (0:00:00.053) 0:00:01.862 ********* ERROR! the role 'fedora.linux_system_roles.storage' was not found in fedora.linux_system_roles:ansible.legacy:/tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot The error appears to be in '/tmp/collections-zxT/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-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:204 Saturday 28 June 2025 18:21:29 -0400 (0:00:00.029) 0:00:01.891 ********* included: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml for managed-node1 TASK [Remove storage volumes] ************************************************** task path: /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:7 Saturday 28 June 2025 18:21:29 -0400 (0:00:00.035) 0:00:01.927 ********* ERROR! the role 'fedora.linux_system_roles.storage' was not found in fedora.linux_system_roles:ansible.legacy:/tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot The error appears to be in '/tmp/collections-zxT/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 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 June 2025 18:21:30 -0400 (0:00:00.022) 0:00:01.949 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.15s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:2 Check if system is ostree ----------------------------------------------- 0.59s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:10 Setup ------------------------------------------------------------------- 0.06s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:46 Set mount parent -------------------------------------------------------- 0.05s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:15 Cleanup ----------------------------------------------------------------- 0.04s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_mount.yml:204 Run the storage role install base packages ------------------------------ 0.03s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:19 Remove storage volumes -------------------------------------------------- 0.02s /tmp/collections-zxT/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:7