From 83c97fe5b4d44018d9c1e1c716bf28efc369b8d3 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 1 Jul 2024 19:41:29 -0400 Subject: [PATCH] task re-naming and flush_handlers --- bigboot_execute_resize.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index e162d44..aaaa05d 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -6,13 +6,16 @@ strategy: free tasks: - - name: Run a filesystem check prior to performing disk activities + - name: Enable filesystem check prior to performing disk activities ansible.builtin.import_role: name: autofsck tasks_from: main.yml when: - (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool) + - name: Flush handlers + ansible.builtin.meta: flush_handlers + - name: Extend the timeout values for physical hosts ansible.builtin.set_fact: initramfs_post_reboot_delay: 300 @@ -36,7 +39,7 @@ when: - bigboot_execute_bigboot | bool - - name: Cleanup Grub menu parameters for fsck + - name: Remove filesystem check from Grub ansible.builtin.import_role: name: autofsck tasks_from: cleanup.yml