debian bookworm time \o/
This commit is contained in:
parent
a5677e7d15
commit
5fa8c72863
3 changed files with 11 additions and 5 deletions
10
groups/os.py
10
groups/os.py
|
@ -63,10 +63,8 @@ groups['arch'] = {
|
|||
}
|
||||
|
||||
groups['debian'] = {
|
||||
'subgroups': {
|
||||
'debian-buster',
|
||||
'debian-bullseye',
|
||||
'debian-sid',
|
||||
'subgroup_patterns': {
|
||||
'^debian-[a-z]+$',
|
||||
},
|
||||
'bundles': {
|
||||
'apt',
|
||||
|
@ -84,6 +82,10 @@ groups['debian-bullseye'] = {
|
|||
'os_version': (11,)
|
||||
}
|
||||
|
||||
groups['debian-bookworm'] = {
|
||||
'os_version': (12,)
|
||||
}
|
||||
|
||||
groups['debian-sid'] = {
|
||||
'os_version': (99,)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue