add Double quote in wazuh.yml
This commit is contained in:
parent
e7c104b256
commit
d4a1493cdd
@ -130,5 +130,5 @@ hosts:
|
|||||||
url: {{ api['url'] }}
|
url: {{ api['url'] }}
|
||||||
port: {{ api['port'] }}
|
port: {{ api['port'] }}
|
||||||
username: {{ api['username'] }}
|
username: {{ api['username'] }}
|
||||||
password: {{ api['password'] }}
|
password: "{{ api['password'] }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user