Remove unzip check

This commit is contained in:
Manuel Gutierrez 2019-09-27 13:08:02 +02:00
parent 9dbb5f415e
commit a542c3bb4b

View File

@ -1,12 +1,4 @@
- name: Install unzip dependency.
package:
name: unzip
state: present
delegate_to: "127.0.0.1"
when:
- node_certs_generator
- name: Check if certificate exists locally
stat:
path: "{{ node_certs_destination }}/{{ elasticsearch_node_name }}.crt"