Skip to content

Commit 4b96694

Browse files
committed
common: Add reboot wait delay on OS upgrade
1 parent 972fc76 commit 4b96694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/common/tasks/dnf_upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
ansible.builtin.reboot:
3939
reboot_command: "dnf system-upgrade reboot -y"
4040
reboot_timeout: 7200
41+
post_reboot_delay: 120
4142
when: _os_upgrade_available | bool
4243

4344
- name: Re-gather facts after upgrade

0 commit comments

Comments
 (0)