From 82637d729ff53ce5d94843db843e7e8b90f98710 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 17 Feb 2024 23:32:30 -0500 Subject: [PATCH] Swap to include; thinking its the static import --- bigboot-v3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigboot-v3.yml b/bigboot-v3.yml index f7f6a49..b88ad93 100644 --- a/bigboot-v3.yml +++ b/bigboot-v3.yml @@ -9,10 +9,10 @@ tasks: - name: Capture boot device details - ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml + ansible.builtin.include_tasks: tasks/capture_boot_device_details.yml - name: Shrink a logical volume for /boot expansion if needed - ansible.builtin.import_tasks: tasks/bigboot_manage_lv.yml + ansible.builtin.include_tasks: tasks/bigboot_manage_lv.yml - name: Expand the /boot partition as requested ansible.builtin.import_role: