Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Cleanup remove keystore entries (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard-Fluehmann authored Mar 3, 2021
1 parent 5af8fbf commit 9d36274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/xpack/security/elasticsearch-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- name: Remove keystore entries
become: yes
command: >
echo {{ es_api_basic_auth_password | quote }} | {{ es_home }}/bin/elasticsearch-keystore remove '{{ item.key }}'
{{ es_home }}/bin/elasticsearch-keystore remove '{{ item.key }}'
with_items: "{{ es_keystore_entries }}"
when:
- es_keystore_entries is defined and es_keystore_entries | length > 0
Expand Down

0 comments on commit 9d36274

Please sign in to comment.