bundles/apt: allow variables {os} and {os_release} in sources.list entries
This commit is contained in:
parent
77051c0a0e
commit
ccd4a09183
5 changed files with 14 additions and 11 deletions
|
@ -3,7 +3,7 @@ defaults = {
|
|||
'repos': {
|
||||
'jenkins': {
|
||||
'items': [
|
||||
'deb https://pkg.jenkins.io/debian-stable binary/',
|
||||
'deb https://pkg.jenkins.io/{os}-stable binary/',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue