Skip to content

Commit

Permalink
Variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
miromihaylov committed Aug 3, 2020
1 parent 62bddf5 commit 24be721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ server_ssl_cert: ''
server_ssl_key: ''
server_ssl_key_passphrase: ''
#Optionally use the keystore for saving the user/pass
secure_settings: false
secure_settings: false
2 changes: 1 addition & 1 deletion tasks/kibana-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@
become: yes
shell: echo "{{ es_pass }}" | {{ kibana_home }}/bin/kibana-keystore add -x -f elasticsearch.password --allow-root
when: secure_settings and es_pass
ignore_errors: yes
ignore_errors: yes
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- name: include kibana-ssl.yml
include: kibana-ssl.yml
when: es_enable_http_ssl or es_secure
when: es_enable_http_ssl or secure_settings
tags:
- config

Expand Down

0 comments on commit 24be721

Please sign in to comment.