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 5
5
hosts : overcloud:infra-vms:seed:seed-hypervisor
6
6
vars :
7
7
ansible_python_interpreter : /usr/bin/python3
8
+ reboot_timeout_s : " {{ 20 * 60 }}"
8
9
tasks :
9
10
- name : Assert that hosts are running Ubuntu Focal
10
11
assert :
37
38
38
39
- name : Reboot to apply updates
39
40
reboot :
40
- reboot_timeout : 1200
41
+ reboot_timeout : " {{ reboot_timeout_s }} "
41
42
connect_timeout : 600
42
43
become : true
43
44
when : file_status.stat.exists
81
82
hosts : overcloud:infra-vms:seed:seed-hypervisor
82
83
vars :
83
84
ansible_python_interpreter : /usr/bin/python3
85
+ reboot_timeout_s : " {{ 20 * 60 }}"
84
86
tasks :
85
87
- name : Ensure Jammy repo definitions do not exist in sources.list
86
88
blockinfile :
97
99
98
100
- name : Reboot and wait
99
101
reboot :
100
- reboot_timeout : 1200
102
+ reboot_timeout : " {{ reboot_timeout_s }} "
101
103
connect_timeout : 600
102
104
become : true
103
105
You can’t perform that action at this time.
0 commit comments