add support for debian trixie
This commit is contained in:
parent
7cb8876231
commit
d71af7561a
3 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,10 @@ groups['debian-bookworm'] = {
|
|||
'os_version': (12,)
|
||||
}
|
||||
|
||||
groups['debian-trixie'] = {
|
||||
'os_version': (13,)
|
||||
}
|
||||
|
||||
groups['debian-sid'] = {
|
||||
'os_version': (99,)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue