Trim spaces
This commit is contained in:
parent
930125cc86
commit
44ca014cc1
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
- name: Install OpenDistro
|
- name: Install OpenDistro
|
||||||
package:
|
package:
|
||||||
name: opendistroforelasticsearch-{{ opendistro_version }}
|
name: opendistroforelasticsearch-{{ opendistro_version }}
|
||||||
state: present
|
state: present
|
||||||
register: install
|
register: install
|
||||||
tags: install
|
tags: install
|
||||||
@ -18,7 +18,7 @@
|
|||||||
state: absent
|
state: absent
|
||||||
when: install.changed
|
when: install.changed
|
||||||
tags: install
|
tags: install
|
||||||
|
|
||||||
- name: Copy Configuration File
|
- name: Copy Configuration File
|
||||||
blockinfile:
|
blockinfile:
|
||||||
block: "{{ lookup('template', 'elasticsearch.yml.j2') }}"
|
block: "{{ lookup('template', 'elasticsearch.yml.j2') }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user