Fix conditionals of custom CA
This commit is contained in:
parent
01d4cfc128
commit
39d8e5978b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user