Fix h parameter in securityadmin.sh execution task
This commit is contained in:
parent
9bedd8ad95
commit
282e3959eb
@ -93,7 +93,7 @@
|
||||
-key {{ opendistro_conf_path }}/admin.key
|
||||
-cd {{ opendistro_sec_plugin_conf_path }}/
|
||||
-nhnv -icl
|
||||
-h {{ hostvars[od_node_name]['ip'] }}
|
||||
-h {{ inventory_hostname }}
|
||||
run_once: true
|
||||
|
||||
- name: Create custom user
|
||||
|
||||
Loading…
Reference in New Issue
Block a user