bundles: ensure apt/repos/*/items is a set
This commit is contained in:
parent
bac0ac0b00
commit
8fd83241ca
7 changed files with 14 additions and 14 deletions
|
@ -2,9 +2,9 @@ defaults = {
|
|||
'apt': {
|
||||
'repos': {
|
||||
'jenkins': {
|
||||
'items': [
|
||||
'items': {
|
||||
'deb https://pkg.jenkins.io/{os}-stable binary/',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'packages': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue