Skip to content

Commit

Permalink
Reference as Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Dec 19, 2023
1 parent a40de32 commit d1e27bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commcare_cloud/ansible/roles/elasticsearch/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
tags:
- es_restart

- name: Wait for elastic Search to come up, start checking after 20 second
- name: Check that Elasticsearch is up after 20 seconds
wait_for:
host: "{{ groups.elasticsearch.0 }}"
port: 9200
Expand Down Expand Up @@ -226,7 +226,7 @@
notify: reload monit
tags: monit

- name: Copy elasticsearch log_retention file
- name: Copy Elasticsearch log_retention file
template:
src: "delete_older_es_logs.sh.j2"
dest: "/usr/local/sbin/delete_older_es_logs.sh"
Expand Down

0 comments on commit d1e27bb

Please sign in to comment.