replace hardcoded /etc/elasticsearch dir by the good variable
This commit is contained in:
parent
c8b666bd79
commit
79470cb344
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue