bundles/systemd: systemd-timesyncd package requires debian bullseye
This commit is contained in:
parent
eab9d6f97c
commit
aa3ce32a7c
1 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
||||||
defaults = {
|
if node.has_bundle('apt') and node.os_version[0] > 10:
|
||||||
|
defaults = {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'systemd-timesyncd': {
|
'systemd-timesyncd': {
|
||||||
|
@ -8,4 +9,4 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue