From 1cbe355b1965145c75bdd00083450d37c0e53086 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 3 Jul 2024 15:49:23 -0400 Subject: [PATCH] task name updates --- bigboot_execute_resize.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 3514f9e..41a9d9e 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -10,7 +10,7 @@ when: - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) block: - - name: Enable filesystem check prior to Bigboot execution + - name: Enable Grub filesystem check ansible.builtin.import_role: name: autofsck tasks_from: main.yml @@ -19,10 +19,10 @@ ansible.builtin.meta: flush_handlers # Make sure to update the reboot code for the WF environment - - name: Reboot to run filesystem check + - name: Reboot to run filesystem checks ansible.builtin.reboot: - - name: Disable filesystem check prior to Bigboot execution + - name: Disable Grub filesystem check ansible.builtin.import_role: name: autofsck tasks_from: cleanup.yml