Merge pull request #838 from wazuh/834-change-password
Add Double Quote on password
This commit is contained in:
commit
ca51143180
@ -130,5 +130,5 @@ hosts:
|
||||
url: {{ api['url'] }}
|
||||
port: {{ api['port'] }}
|
||||
username: {{ api['username'] }}
|
||||
password: {{ api['password'] }}
|
||||
password: "{{ api['password'] }}"
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user