File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# Check if working with shield we have an es_api_basic_auth_username and es_api_basic_auth_username - otherwise any http calls wont work
29
29
- fail : msg="Enabling shield requires an es_api_basic_auth_username and es_api_basic_auth_password to be provided to allow cluster operations"
30
- when : es_enable_xpack and ' "shield" in es_xpack_features' and es_api_basic_auth_username is not defined and es_api_basic_auth_password is not defined
30
+ when : es_enable_xpack and ( "shield" in es_xpack_features) and es_api_basic_auth_username is not defined and es_api_basic_auth_password is not defined
31
31
32
32
- set_fact : instance_default_file={{default_file | dirname}}/{{es_instance_name}}_{{default_file | basename}}
33
33
- set_fact : instance_init_script={{init_script | dirname }}/{{es_instance_name}}_{{init_script | basename}}
51
51
- set_fact : pid_dir={{ es_pid_dir }}/{{instance_suffix}}
52
52
- set_fact : log_dir={{ es_log_dir }}/{{instance_suffix}}
53
53
- set_fact : work_dir={{ es_work_dir }}/{{instance_suffix}}
54
- - set_fact : data_dirs={{ es_data_dirs | append_to_list('/'+instance_suffix) }}
54
+ - set_fact : data_dirs={{ es_data_dirs | append_to_list('/'+instance_suffix) }}
You can’t perform that action at this time.
0 commit comments