mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix defaults path
This commit is contained in:
parent
1a664b2545
commit
ec1b352d26
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ dns:
|
||||||
zones:
|
zones:
|
||||||
{% for zone in dnssec_exporter_dns_zones %}
|
{% for zone in dnssec_exporter_dns_zones %}
|
||||||
- {{ zone }}{% if zone[-1] != '.' %}.{% endif %}
|
- {{ zone }}{% if zone[-1] != '.' %}.{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
## TLS and Basic Auth can be configured here as well, see for details:
|
## TLS and Basic Auth can be configured here as well, see for details:
|
||||||
|
|
Loading…
Reference in a new issue