Fixed typo
This commit is contained in:
parent
e899b1c602
commit
5fd4988a88
@ -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
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user