Updates to allow Bigboot to decrement from the default target size, down to a minimum threshold of 1GB

This commit is contained in:
2025-04-30 22:22:11 -04:00
parent 212ace2d6d
commit a3021ac84e
8 changed files with 45 additions and 33 deletions

View File

@ -30,6 +30,7 @@
'bigboot_adjacent_lvm_device': bigboot_adjacent_lvm_device,
'bigboot_lv_shrink_size': bigboot_lv_shrink_size | int,
'bigboot_pv': bigboot_pv,
'bigboot_size_target': bigboot_size_target | int,
'ip_addresses': ansible_all_ipv4_addresses,
'server_hostname': ansible_hostname
}