Fix conditionals of custom CA

This commit is contained in:
Jose M 2019-08-05 15:01:59 +02:00
parent 01d4cfc128
commit 39d8e5978b

View File

@ -62,6 +62,7 @@
when: when:
- node_certs_generator - node_certs_generator
- not xpack_certs_zip.stat.exists - not xpack_certs_zip.stat.exists
- generate_CA
tags: xpack-security tags: xpack-security
- name: Generating certificates for Elasticsearch security (using provided CA) - name: Generating certificates for Elasticsearch security (using provided CA)
@ -69,6 +70,7 @@
when: when:
- node_certs_generator - node_certs_generator
- not xpack_certs_zip.stat.exists - not xpack_certs_zip.stat.exists
- not generate_CA
tags: xpack-security tags: xpack-security
- name: Create the certificates directory - name: Create the certificates directory