Merge branch 'pending-new-bw-release' into main

This commit is contained in:
Franzi 2020-09-26 15:18:29 +02:00
commit a67353e24f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 17 additions and 13 deletions

View file

@ -1,7 +1,7 @@
groups['all'] = {
'member_patterns': (
'member_patterns': {
r".*",
),
},
'bundles': {
'apt',
'cron',
@ -35,5 +35,6 @@ groups['all'] = {
},
},
},
'pip_command': 'pip3',
}