Increase retry count for nomad starting when deploying cluster

This commit is contained in:
IamTheFij 2023-02-28 12:17:45 -08:00
parent a7f9351728
commit de2dae3686

View File

@ -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