Fixed typo

This commit is contained in:
Manuel J. Bernal 2020-05-07 14:40:58 +02:00
parent e899b1c602
commit 5fd4988a88
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
- name: Set the Admin user password
shell: >
sed -i 's,{{ admin_password }},'$(sh {{ opendistro_sec_plugin_tools_path }}/hash.sh -p {{ admin_password }} | tail -1)','
sed -i 's,{{ opendistro_admin_password }},'$(sh {{ opendistro_sec_plugin_tools_path }}/hash.sh -p {{ opendistro_admin_password }} | tail -1)','
{{ opendistro_sec_plugin_conf_path }}/internal_users.yml
run_once: true
when: install.changed

View File

@ -9,7 +9,7 @@ _meta:
# Define your internal users here
admin:
hash: "{{ admin_password }}"
hash: "{{ opendistro_admin_password }}"
reserved: true
backend_roles:
- "admin"