Remove whitespace

This commit is contained in:
Manuel Gutierrez 2020-01-07 17:47:39 +01:00
parent 0d23ca8b01
commit 1348f1acc2

View File

@ -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"