Merge pull request #1902 from wazuh/bug/1900-run-as

Added run_as as true by default
This commit is contained in:
Carlos Bordon 2026-01-13 14:02:48 -03:00 committed by GitHub
commit b34a02f716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Added run_as as true by default ([#1902](https://github.com/wazuh/wazuh-ansible/pull/1902))
- Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901))
### Deleted

View File

@ -131,4 +131,5 @@ hosts:
port: {{ api['port'] }}
username: {{ api['username'] }}
password: "{{ api['password'] }}"
run_as: true
{% endfor %}