Skip to content
Snippets Groups Projects

timesyncd: bullseye has timesyncd as separate package

1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -8,6 +8,14 @@
tags:
- timesyncd
- name: ensure we have timesyncd installed
apt:
name: systemd-timesyncd
state: present
when: ansible_distribution_major_version|int(default=99) >= 11
tags:
- timesyncd
- name: ensure timesyncd is configured
template:
src: timesyncd.conf.j2
Loading