make the lv be fqdn

This commit is contained in:
Seth Vidal 2013-06-06 20:56:59 +00:00
parent fc95413a7e
commit 12eed2035c

View file

@ -8,7 +8,7 @@
register: result
- name: ensure the lv for the host is made
lvol: lv=$inventory_hostname_short vg=$volgroup size=$lvm_size state=present
lvol: lv=$inventory_hostname vg=$volgroup size=$lvm_size state=present
delegate_to: $vmhost
when_string: ${inventory_hostname} not in ${result.list_vms}