From 3b8ba145ae616b937d1d94627dcd80b75264832c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 23:35:20 -0500 Subject: [PATCH] Gah! --- bigboot-v3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigboot-v3.yml b/bigboot-v3.yml index b88ad93..c80a9ba 100644 --- a/bigboot-v3.yml +++ b/bigboot-v3.yml @@ -5,14 +5,14 @@ gather_facts: true vars: - bigboot_size: "{{ bigboot_aap_size | default('1G') }}" + bigboot_size: "{{ bigboot_size | default('1G') }}" tasks: - name: Capture boot device details - ansible.builtin.include_tasks: tasks/capture_boot_device_details.yml + ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml - name: Shrink a logical volume for /boot expansion if needed - ansible.builtin.include_tasks: tasks/bigboot_manage_lv.yml + ansible.builtin.import_tasks: tasks/bigboot_manage_lv.yml - name: Expand the /boot partition as requested ansible.builtin.import_role: