Franziska Kunsmann
a0702416a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
12 lines
200 B
Python
12 lines
200 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'python3-radicale': {},
|
|
},
|
|
},
|
|
'users': {
|
|
'radicale': {
|
|
'home': '/var/lib/radicale',
|
|
},
|
|
},
|
|
}
|