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,11 +1,12 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'systemd-timesyncd': {
|
||||
'needed_by': {
|
||||
'svc_systemd:systemd-timesyncd',
|
||||
if node.has_bundle('apt') and node.os_version[0] > 10:
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'systemd-timesyncd': {
|
||||
'needed_by': {
|
||||
'svc_systemd:systemd-timesyncd',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue