9 lines
110 B
Python
9 lines
110 B
Python
|
groups['all'] = {
|
||
|
'member_patterns': {
|
||
|
r".*",
|
||
|
},
|
||
|
'subgroups': {
|
||
|
'linux',
|
||
|
},
|
||
|
}
|