From 5a8c122113ca1cef79d9599163fcba23bfe76f8f Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Fri, 13 Jun 2025 09:57:22 +0100 Subject: [PATCH] CI: Force system clock synchronisation --- etc/kayobe/environments/ci-aio/time.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/kayobe/environments/ci-aio/time.yml diff --git a/etc/kayobe/environments/ci-aio/time.yml b/etc/kayobe/environments/ci-aio/time.yml new file mode 100644 index 000000000..6c1bef686 --- /dev/null +++ b/etc/kayobe/environments/ci-aio/time.yml @@ -0,0 +1,3 @@ +--- +# Force system clock synchronisation +ntp_force_sync: True