diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2cb015c..3c99f9b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -227,11 +227,12 @@ jobs: echo "VM ready for tests at IP ${VM_IP}" echo "Creating Ansible inventory" cat << EOF > ansible_inventory - hosts: - vm: - ansible_host: ${VM_IP} - ansible_user: ${VM_USER} - ansible_password: ${VM_PASS} + ungrouped: + hosts: + vm: + ansible_host: ${VM_IP} + ansible_user: ${VM_USER} + ansible_password: ${VM_PASS} EOF cat ansible_inventory