This commit is contained in:
2025-06-25 16:11:18 -04:00
parent 5d18d161fe
commit 6e8726bddd
2 changed files with 5 additions and 10 deletions

View File

@ -41,7 +41,7 @@
that: bigboot_boot_partsize | human_to_bytes >= bigboot_size_min | human_to_bytes
success_msg: >
/boot partition size is already at least {{ bigboot_size_min }}
or greater. Nothing to do."
or greater. Nothing to do.
fail_msg: >
/boot partition size is less than {{ bigboot_size_min }}.
Expansion of /boot is required.
@ -54,5 +54,5 @@
- name: Expansion of /boot required
ansible.builtin.debug:
msg: >
Will attempt to increase to {{ bigboot_size_target }}, or
{{ bigboot_size_min }} at the minimum."
Will attempt to increase to {{ bigboot_size_target }},
or {{ bigboot_size_min }} at the minimum.