7 lines
98 B
Python
7 lines
98 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'nfs-common': {},
|
|
},
|
|
},
|
|
}
|