Updates
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user