summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhakwerk <github@hakwerk.com>2022-03-11 17:28:39 +0100
committerhakwerk <github@hakwerk.com>2022-03-11 17:28:39 +0100
commit2354faf934d635ff225fd55f14f59e4af0d9939b (patch)
tree302d1af325f01ec65f50e3849931a97b10413abf
parent5de37d1e2cb80d2f15a9ee337e786c6fbb047bd5 (diff)
downloadvyos-vm-images-2354faf934d635ff225fd55f14f59e4af0d9939b.tar.gz
vyos-vm-images-2354faf934d635ff225fd55f14f59e4af0d9939b.zip
T4298: fix ansible group name and remove obsolete empty command
Ansible does not like the dash in the group name
-rw-r--r--hosts2
-rw-r--r--vagrant-libvirt.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts b/hosts
index 3fcf34c..29ebf47 100644
--- a/hosts
+++ b/hosts
@@ -10,5 +10,5 @@ localhost
[hyperv]
localhost
-[vagrant-libvirt]
+[vagrant_libvirt]
localhost
diff --git a/vagrant-libvirt.yml b/vagrant-libvirt.yml
index 7be24d6..954af6f 100644
--- a/vagrant-libvirt.yml
+++ b/vagrant-libvirt.yml
@@ -1,5 +1,5 @@
---
-- hosts: vagrant-libvirt
+- hosts: vagrant_libvirt
become: True
gather_facts: False
connection: local