diff --git a/roles/odcs/base/files/pungi.conf b/roles/odcs/base/files/pungi.conf index 3b01255259..0519d78760 100644 --- a/roles/odcs/base/files/pungi.conf +++ b/roles/odcs/base/files/pungi.conf @@ -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 }}'