Skip to content
Snippets Groups Projects
Commit 8f2178ba authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

timesyncd: bullseye has timesyncd as separate package

parent f1774b4a
No related branches found
No related tags found
No related merge requests found
Pipeline #6939 passed
......@@ -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) >= 12
tags:
- timesyncd
- name: ensure timesyncd is configured
template:
src: timesyncd.conf.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment