From 36970b7140a46390b06611814fd61e71b0784db3 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 11 Mar 2024 19:10:04 -0400 Subject: [PATCH] Fix task name --- bigboot-op.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigboot-op.yml b/bigboot-op.yml index 43c6f74..a56504c 100644 --- a/bigboot-op.yml +++ b/bigboot-op.yml @@ -13,7 +13,7 @@ - name: Capture boot device details ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml - - name: Shrink a logical volume for /boot expansion if needed + - name: Capture logical volume information ansible.builtin.import_tasks: tasks/capture_lv_device_details.yml