mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-24 21:03:27 +00:00
cd913f0083
Signed-off-by: Håvard Pettersson <haavard.pettersson@gmail.com>
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 %}
|