Add additional wait time
This commit is contained in:
parent
b4c2b9bdf8
commit
463c1985d3
|
@ -90,9 +90,9 @@
|
||||||
- pvcworkerd
|
- pvcworkerd
|
||||||
- pvchealthd
|
- pvchealthd
|
||||||
|
|
||||||
- name: wait 15 seconds for system to stabilize
|
- name: wait 30 seconds for system to stabilize
|
||||||
pause:
|
pause:
|
||||||
seconds: 15
|
seconds: 30
|
||||||
become: no
|
become: no
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
|
@ -111,9 +111,9 @@
|
||||||
command: systemctl reset-failed
|
command: systemctl reset-failed
|
||||||
when: packages.changed
|
when: packages.changed
|
||||||
|
|
||||||
- name: wait 15 seconds for system to stabilize
|
- name: wait 30 seconds for system to stabilize
|
||||||
pause:
|
pause:
|
||||||
seconds: 15
|
seconds: 30
|
||||||
become: no
|
become: no
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
|
@ -148,9 +148,9 @@
|
||||||
- pvcapid
|
- pvcapid
|
||||||
run_once: yes
|
run_once: yes
|
||||||
|
|
||||||
- name: wait 15 seconds for system to stabilize
|
- name: wait 30 seconds for system to stabilize
|
||||||
pause:
|
pause:
|
||||||
seconds: 15
|
seconds: 30
|
||||||
become: no
|
become: no
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue