See if this gets check mode happy with the libvirt call
This commit is contained in:
parent
f1d4e575f0
commit
494ec1033e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
delegate_to: "{{ vmhost }}"
|
delegate_to: "{{ vmhost }}"
|
||||||
virt: command=list_vms
|
virt: command=list_vms
|
||||||
register: result
|
register: result
|
||||||
|
always_run: yes
|
||||||
|
|
||||||
- name: ensure the lv for the host is made
|
- name: ensure the lv for the host is made
|
||||||
lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present
|
lvol: lv={{ inventory_hostname }} vg={{ volgroup }} size={{ lvm_size }} state=present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue