12 lines
221 B
Python
12 lines
221 B
Python
|
defaults = {
|
||
|
'apt': {
|
||
|
'packages': {
|
||
|
'systemd-timesyncd': {
|
||
|
'needed_by': {
|
||
|
'svc_systemd:systemd-timesyncd',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|