From d64de081f7d6eca38892541c29398ce6a7b1f0dd Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 5 Feb 2025 15:36:14 -0500 Subject: [PATCH] Remove Bigboot execution for now...skip straight to failure --- bigboot_execute_resize.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 85eeee3..38d09f3 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -52,11 +52,11 @@ path: /var/tmp/pvsqueeze.sh state: absent - - name: Expand the /boot partition as requested - ansible.builtin.import_role: - name: infra.lvm_snapshots.bigboot - vars: - bigboot_partition_size: "{{ bigboot_size_target }}" +# - name: Expand the /boot partition as requested +# ansible.builtin.import_role: +# name: infra.lvm_snapshots.bigboot +# vars: +# bigboot_partition_size: "{{ bigboot_size_target }}" - name: Failure on request ansible.builtin.fail: