Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles PLAY [Run test tests_lvm_pool_shared.yml for scsi] ***************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:01:55 -0400 (0:00:00.021) 0:00:00.021 ********* ok: [managed_node1] TASK [Set disk interface for test] ********************************************* Thursday 25 July 2024 07:01:57 -0400 (0:00:01.868) 0:00:01.889 ********* ok: [managed_node1] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } PLAY [Test LVM shared pools] *************************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:01:57 -0400 (0:00:00.022) 0:00:01.912 ********* ok: [managed_node1] PLAY RECAP ********************************************************************* managed_node1 : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Thursday 25 July 2024 07:01:57 -0400 (0:00:00.617) 0:00:02.530 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.87s Gathering Facts --------------------------------------------------------- 0.62s Set disk interface for test --------------------------------------------- 0.02s