Develop Sync #3

Merged
chris merged 27 commits from develop into main 2024-07-22 15:50:22 -04:00
Showing only changes of commit 9567293eb8 - Show all commits

View File

@ -58,6 +58,8 @@
- name: Expand the /boot partition as requested
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot
vars:
bigboot_size: "{{ bigboot_data[inventory_hostname]['bigboot_size'] }}"
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool