From 7efca4e65e2d486bf012af17ccc80500f9e0bbec Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 19 Aug 2024 21:58:20 +0100 Subject: Ensure systmed-timesyncd is installed This is not always installed by default on all hosts. We encountered an issue where this package was not installed, and it was causing the system time to gradually drift. --- playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbook.yaml b/playbook.yaml index 96d7119..4c366f1 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -207,6 +207,7 @@ - prosody-modules # Extra addons - python3-pexpect # Used by ansible expect role - python3-psycopg2 # Used by ansible postgres role + - systemd-timesyncd # Used to make sure the date is correct - ufw # Firewall state: present update_cache: true -- cgit v1.2.3