Correct syntax might help
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
41ad323b22
commit
e7a8a3c8fa
1 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ image_build = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
ostree_installer = {
|
ostree_installer = [
|
||||||
('^Everything$', {
|
('^Everything$', {
|
||||||
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
|
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
|
||||||
'[[ arch ]]': {
|
'[[ arch ]]': {
|
||||||
|
@ -249,7 +249,7 @@ ostree_installer = {
|
||||||
},
|
},
|
||||||
[% endfor %]
|
[% endfor %]
|
||||||
})
|
})
|
||||||
}
|
]
|
||||||
[% endif %]
|
[% endif %]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue