replace hardcoded /etc/elasticsearch dir by the good variable

This commit is contained in:
Julien Mailleret 2019-09-18 10:04:50 +02:00
parent c8b666bd79
commit 79470cb344
No known key found for this signature in database
GPG key ID: F065093271C8DE71
3 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@
retries: 5
delay: 10
environment:
ES_PATH_CONF: "/etc/elasticsearch"
ES_PATH_CONF: "{{ es_conf_dir }}"
- name: RedHat - Install Elasticsearch from url
become: yes