From ca371f94c3dcab94948cc1a34c7fd63f88f2fee8 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 2 Jul 2024 23:40:28 -0400 Subject: [PATCH] add reboot --- bigboot_execute_resize.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index aaaa05d..e33087e 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -16,6 +16,9 @@ - name: Flush handlers ansible.builtin.meta: flush_handlers + - name: Reboot to run filesystem check + ansible.builtin.reboot: + - name: Extend the timeout values for physical hosts ansible.builtin.set_fact: initramfs_post_reboot_delay: 300