Enable runroot only when config.bootable is set

This commit is contained in:
Jan Kaluža 2018-01-19 12:33:53 +00:00
parent a5e44f3c22
commit c2cd3ae32b

View file

@ -23,9 +23,11 @@ sigkeys = [None]
hashed_directories = True
# RUNROOT settings
{%- if config.bootable %}
runroot = True
runroot_tag = "f26-build"
runroot_channel = "compose"
{%- endif %}
# PDC settings
pdc_url = '{{ config.pdc_url }}'