run_as true added

This commit is contained in:
Gonzalo Acuña 2026-01-13 11:06:10 -03:00
parent a2b94ea37f
commit c86e4ab239
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

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