Skip to content
Snippets Groups Projects
Commit cca083cf 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
1 merge request!28timesyncd: bullseye has timesyncd as separate package
Pipeline #6977 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) >= 11
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