Ansible linting compliant variables
This commit is contained in:
parent
3c6e08c7cf
commit
d7be137e6e
@ -5,10 +5,10 @@
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- "{{opendistro_conf_path}}/kirk.pem"
|
||||
- "{{opendistro_conf_path}}/kirk-key.pem"
|
||||
- "{{opendistro_conf_path}}/esnode.pem"
|
||||
- "{{opendistro_conf_path}}/esnode-key.pem"
|
||||
- "{{ opendistro_conf_path }}/kirk.pem"
|
||||
- "{{ opendistro_conf_path }}/kirk-key.pem"
|
||||
- "{{ opendistro_conf_path }}/esnode.pem"
|
||||
- "{{ opendistro_conf_path }}/esnode-key.pem"
|
||||
when: install.changed
|
||||
|
||||
- name: Copy the node & admin certificates to Elasticsearch cluster
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
- name: Remove elasticsearch configuration file
|
||||
file:
|
||||
path: "{{opendistro_conf_path}}/elasticsearch.yml"
|
||||
path: "{{ opendistro_conf_path }}/elasticsearch.yml"
|
||||
state: absent
|
||||
when: install.changed
|
||||
tags: install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user