From c2cd3ae32b3c5f56144dbd16af64c94db94bb04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Fri, 19 Jan 2018 12:33:53 +0000 Subject: [PATCH] Enable runroot only when config.bootable is set --- roles/odcs/base/files/pungi.conf | 2 ++ 1 file changed, 2 insertions(+) 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 }}'