bundles: ensure apt/repos/*/items is a set

This commit is contained in:
Franzi 2021-04-30 12:49:59 +02:00
parent bac0ac0b00
commit 8fd83241ca
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 14 additions and 14 deletions

View file

@ -4,9 +4,9 @@ defaults = {
'apt': {
'repos': {
'nginx': {
'items': [
'items': {
'deb http://nginx.org/packages/{os} {os_release} nginx',
],
},
},
},
'packages': {