From 82ed1c2a4e3423feb58927eb6d5c9915feb81817 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Apr 2023 13:56:59 +0300 Subject: feat(sensible-debian-system): install systemd-timesyncd I prefer this over the old ntp package. This means that the role no longer works on Debian systems prior to 11. Sponsored-by: author --- roles/sane_debian_system/subplot.md | 1 + roles/sane_debian_system/tasks/env.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/sane_debian_system/subplot.md b/roles/sane_debian_system/subplot.md index eca9423..be05984 100644 --- a/roles/sane_debian_system/subplot.md +++ b/roles/sane_debian_system/subplot.md @@ -20,6 +20,7 @@ and I run the playbook then the host has the sudo package installed and the host has the apt-transport-https package installed and the host has the locales package installed +and the host has the systemd-timesyncd package installed and the host has an empty /etc/apt/sources.list.d directory and the host has hostname saneone ~~~ diff --git a/roles/sane_debian_system/tasks/env.yml b/roles/sane_debian_system/tasks/env.yml index 0539fee..e44aa41 100644 --- a/roles/sane_debian_system/tasks/env.yml +++ b/roles/sane_debian_system/tasks/env.yml @@ -23,6 +23,7 @@ state: present name: - locales + - systemd-timesyncd - name: generate locales locale_gen: -- cgit v1.2.1