mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
6 lines
198 B
Django/Jinja
6 lines
198 B
Django/Jinja
---
|
|
{{ ansible_managed | comment }}
|
|
{% if systemd_exporter_tls_server_config | length > 0 %}
|
|
tls_server_config:
|
|
{{ systemd_exporter_tls_server_config | to_nice_yaml | indent(2, true) }}
|
|
{% endif %}
|