From 2c9fcdef5a9a03f4621233a4adcc4ebbd06617e2 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 2 May 2025 17:25:59 -0400 Subject: [PATCH] Fixes to the fixes --- tasks/check_space_fallback.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/check_space_fallback.yml b/tasks/check_space_fallback.yml index 294ff8e..0101e5f 100644 --- a/tasks/check_space_fallback.yml +++ b/tasks/check_space_fallback.yml @@ -1,4 +1,8 @@ --- +- name: Debug bigboot_size_target + ansible.builtin.debug: + var: bigboot_size_target + - name: Convert size target to bytes ansible.builtin.set_fact: bigboot_size_target: "{{ bigboot_size_target | human_to_bytes }}" @@ -31,4 +35,3 @@ - name: Re-check disk space - RESCUE ansible.builtin.include_tasks: check_space_fallback.yml -