Skip to content
Snippets Groups Projects

Update CI image and fix resulting issues

Merged Thomas Schneider requested to merge th/update-ci-image into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading