diff --git a/tasks/check_space_fallback.yml b/tasks/check_space_fallback.yml index 822aa47..13a07f9 100644 --- a/tasks/check_space_fallback.yml +++ b/tasks/check_space_fallback.yml @@ -17,7 +17,7 @@ fail_msg: There is not enough free space available to shrink the filesystem rescue: - - name: Decrement size target by .25G + - name: "Decrement size target by {{ bigboot_size_decrement }}" ansible.builtin.set_fact: bigboot_size_target_fallback: "{{ bigboot_size_target_fallback | int - bigboot_size_decrement | human_to_bytes }}"