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