Merge pull request #258 from wazuh/fix-unzip-check

Remove unzip check
This commit is contained in:
Manuel J. Bernal 2019-09-27 13:33:28 +02:00 committed by GitHub
commit 66f5d8bd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"