veza/ansible/roles/sonarqube/templates/jmxremote.access.j2
2025-12-03 22:56:50 +01:00

3 lines
94 B
Django/Jinja

{% for user in sonarqube_jmx_user_list %}
{{ user['name'] }} {{ user['right'] }}
{% endfor %}