Merge pull request #838 from wazuh/834-change-password

Add Double Quote on password
This commit is contained in:
José Fernández Aguilera 2022-09-09 12:48:27 +02:00 committed by GitHub
commit ca51143180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,5 +130,5 @@ hosts:
url: {{ api['url'] }}
port: {{ api['port'] }}
username: {{ api['username'] }}
password: {{ api['password'] }}
password: "{{ api['password'] }}"
{% endfor %}