From 5d18d161fe8d0c0677da80a052240101645aace6 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 24 Jun 2025 15:04:34 -0400 Subject: [PATCH] Remove exception to force test --- tasks/capture_lv_device_details.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/capture_lv_device_details.yml b/tasks/capture_lv_device_details.yml index 4145431..d0ed38d 100644 --- a/tasks/capture_lv_device_details.yml +++ b/tasks/capture_lv_device_details.yml @@ -111,8 +111,8 @@ - name: Subtract one additional PE for shrinking ansible.builtin.set_fact: bigboot_lv_shrink_size: "{{ bigboot_lv_shrink_size | int - (bigboot_lv_vg_pe_size | int * 2) }}" - when: - - bigboot_size_target_fallback | human_to_bytes < bigboot_size_target | human_to_bytes + # when: + # - bigboot_size_target_fallback | human_to_bytes < bigboot_size_target | human_to_bytes # - name: Kill the play # ansible.builtin.meta: end_host