From cced58c1b7b71aebddfca973f7caecd5a74c5eea Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 1 Jul 2024 17:26:58 -0400 Subject: [PATCH] add flush_handlers --- bigboot-noop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index f3c9fda..aabe53c 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -33,13 +33,16 @@ strategy: free tasks: - - name: Run a filesystem check prior to performing disk activities + - name: Add Grub menu parameters for fsck 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