add Double quote in wazuh.yml

This commit is contained in:
vcerenu 2022-09-08 15:45:11 -03:00
parent e7c104b256
commit d4a1493cdd
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -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 %}