diff --git a/timesyncd/templates/timesyncd.conf.j2 b/timesyncd/templates/timesyncd.conf.j2 index 8aebc1be..f58f81ee 100644 --- a/timesyncd/templates/timesyncd.conf.j2 +++ b/timesyncd/templates/timesyncd.conf.j2 @@ -1,3 +1,3 @@ # {{ ansible_managed }} [Time] -NTP="{{ timesyncd_ntp_servers | join(' ') }}" +NTP={{ timesyncd_ntp_servers | join(' ') }}