make the lv be fqdn
This commit is contained in:
parent
fc95413a7e
commit
12eed2035c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue