mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
Prometheus config brackets fix
This commit is contained in:
parent
4138f49ba2
commit
a5553892f1
1 changed files with 1 additions and 1 deletions
|
@ -54,8 +54,8 @@ scrape_configs:
|
|||
{% if not loop.last %}
|
||||
,
|
||||
{% endif %}
|
||||
]
|
||||
{% endfor %}
|
||||
]
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue