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 - name: Set the Admin user password
shell: > 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 {{ opendistro_sec_plugin_conf_path }}/internal_users.yml
run_once: true run_once: true
when: install.changed when: install.changed

View File

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