mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +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:
|
||||
{% for zone in dnssec_exporter_dns_zones %}
|
||||
- {{ zone }}{% if zone[-1] != '.' %}.{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
## TLS and Basic Auth can be configured here as well, see for details:
|
||||
|
|
Loading…
Reference in a new issue