Updates to allow Bigboot to decrement from the default target size, down to a minimum threshold of 1GB
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
ansible.builtin.import_role:
|
||||
name: infra.lvm_snapshots.bigboot
|
||||
vars:
|
||||
bigboot_partition_size: "{{ bigboot_size_target }}"
|
||||
bigboot_partition_size: "{{ bigboot_data[inventory_hostname]['bigboot_size_target'] }}"
|
||||
|
||||
- name: Failure on request
|
||||
ansible.builtin.fail:
|
||||
|
Reference in New Issue
Block a user