Remove conditional install.changed
This commit is contained in:
parent
a7991778d9
commit
d753c0ddee
@ -15,7 +15,6 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
path: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
||||||
state: absent
|
state: absent
|
||||||
when: install.changed
|
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- name: Copy Configuration File
|
- name: Copy Configuration File
|
||||||
@ -26,13 +25,12 @@
|
|||||||
group: elasticsearch
|
group: elasticsearch
|
||||||
mode: 0640
|
mode: 0640
|
||||||
marker: "## {mark} Opendistro general settings ##"
|
marker: "## {mark} Opendistro general settings ##"
|
||||||
when: install.changed
|
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- include_tasks: security_actions.yml
|
- include_tasks: security_actions.yml
|
||||||
tags:
|
tags:
|
||||||
- security
|
- security
|
||||||
when: install.changed
|
|
||||||
|
|
||||||
- name: Configure OpenDistro Elasticsearch JVM memmory.
|
- name: Configure OpenDistro Elasticsearch JVM memmory.
|
||||||
template:
|
template:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user