Skip to content
Snippets Groups Projects
Commit cc240eae authored by Thomas Schneider's avatar Thomas Schneider
Browse files

localization: Install systemd-timesyncd if required

parent dfe2a307
No related branches found
No related tags found
No related merge requests found
Pipeline #5057 passed
......@@ -9,6 +9,14 @@
tags:
- timesyncd
- name: Install timesyncd
apt:
name: systemd-timesyncd
state: present
when: ansible_distribution_release|int >= 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