Remove conditional install.changed

This commit is contained in:
VictorMorenoJimenez 2021-03-31 13:46:26 +02:00
parent a7991778d9
commit d753c0ddee
No known key found for this signature in database
GPG Key ID: CE9668E2E3083179

View File

@ -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: