Franziska Kunsmann
206cdfe128
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
12 lines
316 B
Python
12 lines
316 B
Python
if node.has_bundle('apt') and node.os_version[0] > 10:
|
|
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'systemd-timesyncd': {
|
|
'needed_by': {
|
|
'action:systemd-enable-ntp',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|