removed release restriction

This commit is contained in:
2022-04-21 23:49:50 +02:00
parent 608c3c0a2f
commit e8db12958e

View File

@@ -5,12 +5,10 @@
state: latest state: latest
when: ansible_distribution in ["Pop!_OS", "Ubuntu"] when: ansible_distribution in ["Pop!_OS", "Ubuntu"]
# Currently systemd-timesyncd for debian is available only in buster-backports
- name: system setup | clock | install systemd-timesyncd (debian) - name: system setup | clock | install systemd-timesyncd (debian)
tags: ntp, system setup tags: ntp, system setup
apt: apt:
name: systemd-timesyncd name: systemd-timesyncd
default_release: buster-packports
state: latest state: latest
when: ansible_distribution == "Debian" when: ansible_distribution == "Debian"