File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55 hosts : overcloud:infra-vms:seed:seed-hypervisor
66 vars :
77 ansible_python_interpreter : /usr/bin/python3
8+ reboot_timeout_s : " {{ 20 * 60 }}"
89 tasks :
910 - name : Assert that hosts are running Ubuntu Focal
1011 assert :
3738
3839 - name : Reboot to apply updates
3940 reboot :
40- reboot_timeout : 1200
41+ reboot_timeout : " {{ reboot_timeout_s }} "
4142 connect_timeout : 600
4243 become : true
4344 when : file_status.stat.exists
8182 hosts : overcloud:infra-vms:seed:seed-hypervisor
8283 vars :
8384 ansible_python_interpreter : /usr/bin/python3
85+ reboot_timeout_s : " {{ 20 * 60 }}"
8486 tasks :
8587 - name : Ensure Jammy repo definitions do not exist in sources.list
8688 blockinfile :
9799
98100 - name : Reboot and wait
99101 reboot :
100- reboot_timeout : 1200
102+ reboot_timeout : " {{ reboot_timeout_s }} "
101103 connect_timeout : 600
102104 become : true
103105
You can’t perform that action at this time.
0 commit comments