add bigboot_pv datas... correctly now
This commit is contained in:
@ -73,6 +73,10 @@
|
||||
changed_when: false
|
||||
register: bigboot_lv_vg_free_pe
|
||||
|
||||
- name: Capture the PV device
|
||||
ansible.builtin.set_fact:
|
||||
bigboot_pv: "{{ bigboot_boot_mount['device'][:-1] }}{{ bigboot_boot_mount['device'][-1:] | int + 1 }}"
|
||||
|
||||
- name: Format logical volume free PE
|
||||
ansible.builtin.set_fact:
|
||||
# Ex:
|
||||
|
Reference in New Issue
Block a user