removed release restriction
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user