Merge pull request #169 from rcwsr/restart-on-config-change

Restart on config change
This commit is contained in:
Jakob Reiter 2016-11-09 12:58:35 +01:00 committed by GitHub
commit 0dde27d952
2 changed files with 3 additions and 2 deletions

View file

@ -19,6 +19,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
notify: restart elasticsearch
#Copy the instance specific default file