Fix es_same_keystore conditional

This commit is contained in:
pemontto 2019-10-16 16:39:31 +01:00
parent e01af7977f
commit 8d72d86ab8
No known key found for this signature in database
GPG key ID: EDCB93C3DA1B5DA9

View file

@ -4,7 +4,7 @@
set_fact: es_same_keystore=false set_fact: es_same_keystore=false
- name: set fact es_same_keystore if stores match - name: set fact es_same_keystore if stores match
set_fact: es_same_keystore=false set_fact: es_same_keystore=true
when: es_ssl_keystore == es_ssl_truststore when: es_ssl_keystore == es_ssl_truststore
- name: ensure certificate directory exists - name: ensure certificate directory exists