Increase retry count for nomad starting when deploying cluster
This commit is contained in:
parent
a7f9351728
commit
de2dae3686
@ -380,9 +380,9 @@
|
||||
method: GET
|
||||
status_code: 200
|
||||
register: nomad_check_result
|
||||
retries: 6
|
||||
retries: 8
|
||||
until: nomad_check_result is succeeded
|
||||
delay: 10
|
||||
delay: 15
|
||||
changed_when: false
|
||||
run_once: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user