weeee
This commit is contained in:
parent
4d94fb5bd6
commit
65a6cf8d50
@ -31,6 +31,11 @@
|
||||
strategy: free
|
||||
|
||||
tasks:
|
||||
- name: Execute Shrink_LV role to resize target logical volume
|
||||
ansible.builtin.debug:
|
||||
msg: "Would have included infra.lvm_snapshots.shrink_lv here."
|
||||
when: bigboot_execute_shrink_lv | bool
|
||||
|
||||
- name: Expand the /boot partition as requested
|
||||
ansible.builtin.debug:
|
||||
msg: "Would have included infra.lvm_snapshots.bigboot here."
|
||||
|
@ -70,7 +70,7 @@
|
||||
fail_msg: Not enough PE to expand /boot.
|
||||
|
||||
rescue:
|
||||
- name: Execute Shrink_LV role to resize target logical volume
|
||||
ansible.builtin.debug:
|
||||
msg: "Would have included infra.lvm_snapshots.shrink_lv here."
|
||||
- name: Set flag to execute shrink_lv
|
||||
ansible.builtin.set_fact:
|
||||
bigboot_execute_shrink_lv: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user