Skip to content

Commit

Permalink
fix: Use correct elastic_cluster_health options for retries (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarasg authored Oct 1, 2024
1 parent 919add8 commit 5c9c9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ es_delete_unmanaged_file: true
es_delete_unmanaged_native: true

es_healthcheck_auth_scheme: https
es_healthcheck_timeout: 3600
es_healthcheck_retries: 360
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
auth_method: http_auth
wait_for: status
to_be: green
timeout: "{{ es_healthcheck_timeout }}"
poll: "{{ es_healthcheck_retries }}"
when: not es_bootstrap | default(false)

- name: flush handlers
Expand Down

0 comments on commit 5c9c9c2

Please sign in to comment.