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