mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix inventory
This commit is contained in:
parent
9ea92aa75a
commit
58c12d722b
1 changed files with 6 additions and 5 deletions
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
|
@ -227,6 +227,7 @@ jobs:
|
||||||
echo "VM ready for tests at IP ${VM_IP}"
|
echo "VM ready for tests at IP ${VM_IP}"
|
||||||
echo "Creating Ansible inventory"
|
echo "Creating Ansible inventory"
|
||||||
cat << EOF > ansible_inventory
|
cat << EOF > ansible_inventory
|
||||||
|
ungrouped:
|
||||||
hosts:
|
hosts:
|
||||||
vm:
|
vm:
|
||||||
ansible_host: ${VM_IP}
|
ansible_host: ${VM_IP}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue