We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972fc76 commit 4b96694Copy full SHA for 4b96694
roles/common/tasks/dnf_upgrade.yml
@@ -38,6 +38,7 @@
38
ansible.builtin.reboot:
39
reboot_command: "dnf system-upgrade reboot -y"
40
reboot_timeout: 7200
41
+ post_reboot_delay: 120
42
when: _os_upgrade_available | bool
43
44
- name: Re-gather facts after upgrade
0 commit comments