This commit is contained in:
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."