Comment out exception

This commit is contained in:
Chris Hammer 2025-06-24 11:27:02 -04:00
parent 943fb1b24f
commit 12f1c050cf

View File

@ -111,8 +111,8 @@
- name: Subtract one additional PE for shrinking - name: Subtract one additional PE for shrinking
ansible.builtin.set_fact: ansible.builtin.set_fact:
bigboot_lv_shrink_size: "{{ bigboot_lv_shrink_size | int - bigboot_lv_vg_pe_size | int }}" bigboot_lv_shrink_size: "{{ bigboot_lv_shrink_size | int - bigboot_lv_vg_pe_size | int }}"
when: # when:
- bigboot_size_target_fallback | human_to_bytes < bigboot_size_target | human_to_bytes # - bigboot_size_target_fallback | human_to_bytes < bigboot_size_target | human_to_bytes
# - name: Kill the play # - name: Kill the play
# ansible.builtin.meta: end_host # ansible.builtin.meta: end_host