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
Branches
No related tags found
1 merge request!28timesyncd: bullseye has timesyncd as separate package
Pipeline #6977 passed
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
tags: tags:
- timesyncd - 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 - name: ensure timesyncd is configured
template: template:
src: timesyncd.conf.j2 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