Update 'pungi-build.conf.j2'
This commit is contained in:
parent
cf674918d7
commit
82b04d49e6
@ -123,7 +123,7 @@ lorax_options = [
|
||||
|
||||
buildinstall_skip = [
|
||||
{% for variant, options in variants.items() %}
|
||||
{% if options['buildinstall_skip'] is not bool %}
|
||||
{% if options['buildinstall_skip'] is not boolean %}
|
||||
("^{{ variant }}$", {{ options['buildinstall_skip'] }}),
|
||||
{% elif options['buildinstall_skip'] | default(false) %}
|
||||
("^{{ variant }}$", {
|
||||
|
Loading…
Reference in New Issue
Block a user