strike that, reverse it

This commit is contained in:
Kevin Fenzi 2016-12-11 16:00:51 +00:00
parent 059286e6d9
commit 969bd77cf1

View file

@ -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