Task name update

This commit is contained in:
Chris Hammer 2025-05-21 16:53:21 -04:00
parent 16eed5fec5
commit 5e2ecd4f21

View File

@ -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 }}"