correct template name
This commit is contained in:
5
roles/common/templates/timesyncd.conf.template
Normal file
5
roles/common/templates/timesyncd.conf.template
Normal file
@ -0,0 +1,5 @@
|
||||
# {{ansible_managed}}
|
||||
[Time]
|
||||
NTP={% for server in timedatectl_timeservers %} {{ server}} {% endfor %}
|
||||
|
||||
FallbackNTP={% for server in timedatectl_timeservers_fallback %} {{ server}} {% endfor %}
|
Reference in New Issue
Block a user