8 lines
110 B
Python
8 lines
110 B
Python
|
svc_systemd = {
|
||
|
'mariadb': {
|
||
|
'needs': [
|
||
|
'pkg_apt:mariadb-server',
|
||
|
],
|
||
|
},
|
||
|
}
|