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