From a0bc72f5dccb22f4730ffc630981ad46021c8885 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 27 Apr 2024 21:42:50 +0300 Subject: [PATCH] fixup! Ansible: Add a clock sync to OpenWRT hosts in the update playbook. --- Ansible/update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Ansible/update.yaml b/Ansible/update.yaml index 4549a3a..b556841 100644 --- a/Ansible/update.yaml +++ b/Ansible/update.yaml @@ -73,6 +73,7 @@ # validation during downloads fails. - name: Sync clock command: ntpd -n -q -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org + changed_when: false - name: Update package list command: opkg update -- GitLab