diff --git a/ansible/group_vars/all/time b/ansible/group_vars/all/time
index 6ab7708e14ec1a0068ced3b213cbe9ca00df167c..d37a1a83e02143d1ca9f607d579397f109fdcaa2 100644
--- a/ansible/group_vars/all/time
+++ b/ansible/group_vars/all/time
@@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}"
 ###############################################################################
 # Network Time Protocol (NTP).
 
-# Kayobe default time sources
-chrony_ntp_servers_default:
-  - server: pool.ntp.org
-    type: pool
-    options:
-      - option: iburst
-      - option: minpoll
-        val: 8
-
 # List of NTP time sources to configure. Format is a list of dictionaries with
 # the following keys:
 # server:  host or pool
@@ -37,5 +28,10 @@ chrony_ntp_servers_default:
 #       - option: maxsources
 #         val: 3
 #
-chrony_ntp_servers: "{{ chrony_ntp_servers_default }}"
-###############################################################################
+chrony_ntp_servers:
+  - server: pool.ntp.org
+    type: pool
+    options:
+      - option: iburst
+      - option: minpoll
+        val: 8
diff --git a/etc/kayobe/time.yml b/etc/kayobe/time.yml
index f5a0cbbfd3dfa09d8bee99ee03e525c54cfaedd3..23c1d0dc409253c16ee7f3b5786ef7835ef39c55 100644
--- a/etc/kayobe/time.yml
+++ b/etc/kayobe/time.yml
@@ -10,9 +10,6 @@
 ###############################################################################
 # Network Time Protocol (NTP).
 
-# Kayobe default time sources
-#chrony_ntp_servers_default:
-
 # List of NTP time sources to configure. Format is a list of dictionaries with
 # the following keys:
 # server:  host or pool