From 605c6fbefe22893fe4d76ad375c8b66615da4588 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 17 Jun 2018 21:59:05 +0200 Subject: [PATCH 1/1] testvm: Do not hardcode alfred's name --- ansible/host_vars/testvm/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/testvm/main.yml b/ansible/host_vars/testvm/main.yml index 0cb9cf7..1d0c62a 100644 --- a/ansible/host_vars/testvm/main.yml +++ b/ansible/host_vars/testvm/main.yml @@ -11,7 +11,7 @@ install: primary: vda virtio: vda: - vg: alfred + vg: "{{ vm_host }}" lv: "{{ inventory_hostname }}" size: 10g interfaces: -- 1.7.10.4