diff --git a/roles/beaker/virthost/tasks/main.yml b/roles/beaker/virthost/tasks/main.yml index ef1c6471d0..d8684ed1eb 100644 --- a/roles/beaker/virthost/tasks/main.yml +++ b/roles/beaker/virthost/tasks/main.yml @@ -21,5 +21,4 @@ template: src: client-libvirt.xml.j2 dest: /root/{{ item }}.libvirt.xml - vmdata: "{{ item }}" with_items: clients diff --git a/roles/beaker/virthost/templates/client-libvirt.xml.j2 b/roles/beaker/virthost/templates/client-libvirt.xml.j2 index b4939a7521..5ae26b4686 100644 --- a/roles/beaker/virthost/templates/client-libvirt.xml.j2 +++ b/roles/beaker/virthost/templates/client-libvirt.xml.j2 @@ -1,5 +1,5 @@ - {{ vmdata.hostname }} + {{ item.hostname }} {{ mem_size_kb }} {{ num_cpus }} @@ -30,7 +30,7 @@ /usr/bin/qemu-kvm - +
@@ -55,7 +55,7 @@
- +