fix: fix loop var in template
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-02-19 17:19:46 +01:00
parent 766d75c67b
commit 1534abba9c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
pool {{ chrony_pool }}
{% endif %}
{% for server in chrony_server %}
server {{ item }}
server {{ server }}
{% endfor %}
port {{ chrony_port }}