diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-08-19 21:58:20 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-08-19 21:58:20 +0100 |
commit | 7efca4e65e2d486bf012af17ccc80500f9e0bbec (patch) | |
tree | 55abf0c3b3b1bc084c65ae957c46d4a4f7aeb267 | |
parent | ac0289d88e212e6ba0e21b4a7bb135047047576b (diff) |
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.
-rw-r--r-- | playbook.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |