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