Remove unzip check
This commit is contained in:
parent
9dbb5f415e
commit
a542c3bb4b
@ -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
|
- name: Check if certificate exists locally
|
||||||
stat:
|
stat:
|
||||||
path: "{{ node_certs_destination }}/{{ elasticsearch_node_name }}.crt"
|
path: "{{ node_certs_destination }}/{{ elasticsearch_node_name }}.crt"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user