Formatting

This commit is contained in:
2025-06-26 10:05:12 -04:00
parent 6e8726bddd
commit 971cc1bdfe
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@
rescue:
- 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 }}"
bigboot_size_target_fallback:
"{{ bigboot_size_target_fallback | int - bigboot_size_decrement | human_to_bytes }}"
- name: Update required expansion space
ansible.builtin.set_fact: