add bundle:avahi-daemon

This commit is contained in:
Franzi 2024-12-22 20:19:59 +01:00
parent 9395fcb7f5
commit 91432197e8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,7 @@
defaults = {
'apt': {
'packages': {
'avahi-daemon': {},
},
},
}