Skip to content
Snippets Groups Projects
Commit 1333fc67 authored by Lars Beckers's avatar Lars Beckers
Browse files

localization: fix timesyncd absence on ntp systems

parent d2bde8fb
No related branches found
No related tags found
1 merge request!16Bullseye (again)
......@@ -6,6 +6,15 @@
name: systemd-timesyncd
state: stopped
enabled: false
when: ansible_distribution_major_version|int(default=99) < 11
tags:
- ntpd
- name: ensure there is no timesyncd running
apt:
name: systemd-timesyncd
state: absent
when: ansible_distribution_major_version|int(default=99) > 10
tags:
- ntpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment