From 5c3987bfa7abfee30451d5bee40696e67da7435b Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 24 Jun 2025 11:39:03 -0400 Subject: [PATCH] Put exception back in --- 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 aa32d53..b80c086 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 }}" - # 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