From b13af9ddfd01117b350243dd1cc483a35a420611 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 22 Jun 2020 01:12:15 +0200 Subject: all vm hosts/guests use the new network config schema --- common/vm-install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/vm-install.yml') diff --git a/common/vm-install.yml b/common/vm-install.yml index 4c33bcc4..b0c3815a 100644 --- a/common/vm-install.yml +++ b/common/vm-install.yml @@ -11,15 +11,15 @@ - name: check if the host system belongs to the kvmhosts group fail: - msg: "the host '{{ install_cooked.vm.host }}' does not belong to the group 'kvmhosts'" + msg: "the host '{{ vm_host_cooked.name }}' does not belong to the group 'kvmhosts'" when: - - "'kvmhosts' not in hostvars[install_cooked.vm.host].group_names" + - "'kvmhosts' not in hostvars[vm_host_cooked.name].group_names" # TODO: add some more sanity checks - name: create temporary host group for vm host add_host: - name: "{{ install_cooked.vm.host }}" + name: "{{ vm_host_cooked.name }}" inventory_dir: "{{ inventory_dir }}" group: _vmhost_ -- cgit v1.2.3