Task name update
This commit is contained in:
parent
16eed5fec5
commit
5e2ecd4f21
@ -17,7 +17,7 @@
|
|||||||
fail_msg: There is not enough free space available to shrink the filesystem
|
fail_msg: There is not enough free space available to shrink the filesystem
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- name: Decrement size target by .25G
|
- name: "Decrement size target by {{ bigboot_size_decrement }}"
|
||||||
ansible.builtin.set_fact:
|
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 }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user