From 54a3a107fe8dc95c73e28d02506589620dae7fbc Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 1 May 2024 11:36:39 -0400 Subject: [PATCH] add timeout change for physical hosts --- bigboot_execute_resize.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 29ccd95..3d469e2 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -6,6 +6,13 @@ strategy: free tasks: + - name: Re-define timeout values for physical hosts + ansible.builtin.set_fact: + initramfs_post_reboot_delay: 300 + initramfs_reboot_timeout: 14400 + when: + - ansible_virtualization_role is 'host' + - name: Expand the logical volume to support /boot expansion ansible.builtin.import_role: name: infra.lvm_snapshots.shrink_lv