Remove whitespace
This commit is contained in:
parent
0d23ca8b01
commit
1348f1acc2
@ -140,7 +140,7 @@
|
|||||||
- name: Select correct API protocol
|
- name: Select correct API protocol
|
||||||
set_fact:
|
set_fact:
|
||||||
elastic_api_protocol: "{% if kibana_xpack_security %}https{% else %}http{% endif %}"
|
elastic_api_protocol: "{% if kibana_xpack_security %}https{% else %}http{% endif %}"
|
||||||
|
|
||||||
- name: Attempting to delete legacy Wazuh index if exists
|
- name: Attempting to delete legacy Wazuh index if exists
|
||||||
uri:
|
uri:
|
||||||
url: "{{ elastic_api_protocol }}://{{ elasticsearch_network_host }}:{{ elasticsearch_http_port }}/.wazuh"
|
url: "{{ elastic_api_protocol }}://{{ elasticsearch_network_host }}:{{ elasticsearch_http_port }}/.wazuh"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user