Simpler restart handling + issue-test for recreation of problems

This commit is contained in:
Dale McDiarmid 2017-08-20 10:30:39 -04:00
parent 2c69fbcb40
commit 5e1873ca68
10 changed files with 43 additions and 2 deletions

View file

@ -18,7 +18,7 @@
#Copy the config template
- name: Copy Configuration File
template: src=elasticsearch.yml.j2 dest={{conf_dir}}/elasticsearch.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes
register: config_updated
register: system_change
notify: restart elasticsearch
#Copy the instance specific default file