bundles/systemd: systemd-timesyncd package requires debian bullseye

This commit is contained in:
Franzi 2022-03-13 14:12:05 +01:00
parent eab9d6f97c
commit aa3ce32a7c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,4 +1,5 @@
defaults = {
if node.has_bundle('apt') and node.os_version[0] > 10:
defaults = {
'apt': {
'packages': {
'systemd-timesyncd': {
@ -8,4 +9,4 @@ defaults = {
},
},
},
}
}