From 969bd77cf1d79c619739e839b0bedc51a7eb9da2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 11 Dec 2016 16:00:51 +0000 Subject: [PATCH] strike that, reverse it --- tasks/virt_instance_create.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index ae19af82f1..fa0b53ebcc 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -11,13 +11,11 @@ - name: ensure the lv for the guest is made lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present delegate_to: "{{ vmhost }}" - serial: 1 when: inventory_hostname not in result.list_vms - name: run the virt-install shell: "{{ virt_install_command }}" delegate_to: "{{ vmhost }}" - serial: 1 when: inventory_hostname not in result.list_vms - name: wait for the install to finish