Skip to content

Commit 5ee74e5

Browse files
committedSep 28, 2023
Remove redundant restart
We don't need to restart Elasticseach after this task. Everything is set in a similar task earlier. This one is only to change the start bevaviour to a safer one (not reinitializing the cluster). The change is only needed during restarts, so whenever Elasticsearch is restarted, the new version will be used. fixes #278
1 parent 96c04c0 commit 5ee74e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎roles/elasticsearch/tasks/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@
237237
group: root
238238
mode: 0644
239239
backup: "{{ elasticsearch_config_backup }}"
240-
notify:
241-
- Restart Elasticsearch
242240
when: elasticsearch_manage_yaml | bool
243241

244242
- name: Show Info about heap

0 commit comments

Comments
 (0)