Fix es_same_keystore conditional
This commit is contained in:
parent
e01af7977f
commit
8d72d86ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue