Fixes to the fixes

This commit is contained in:
Chris Hammer 2025-05-02 17:25:59 -04:00
parent 155c6e2631
commit 2c9fcdef5a

View File

@ -1,4 +1,8 @@
--- ---
- name: Debug bigboot_size_target
ansible.builtin.debug:
var: bigboot_size_target
- name: Convert size target to bytes - name: Convert size target to bytes
ansible.builtin.set_fact: ansible.builtin.set_fact:
bigboot_size_target: "{{ bigboot_size_target | human_to_bytes }}" bigboot_size_target: "{{ bigboot_size_target | human_to_bytes }}"
@ -31,4 +35,3 @@
- name: Re-check disk space - RESCUE - name: Re-check disk space - RESCUE
ansible.builtin.include_tasks: check_space_fallback.yml ansible.builtin.include_tasks: check_space_fallback.yml