This commit is contained in:
Chris Hammer 2024-03-07 17:01:31 -05:00
parent 4d94fb5bd6
commit 65a6cf8d50
2 changed files with 8 additions and 3 deletions

View File

@ -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."

View File

@ -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