From 55e65fbbaf41a9db5664388b45fd69e016a7837a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Fri, 19 Jan 2018 13:05:49 +0000 Subject: [PATCH] Set runroot to False when config.bootable is False --- 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 0519d78760..1b49522fd6 100644 --- a/roles/odcs/base/files/pungi.conf +++ b/roles/odcs/base/files/pungi.conf @@ -27,6 +27,8 @@ hashed_directories = True runroot = True runroot_tag = "f26-build" runroot_channel = "compose" +{%- else %} +runroot = False {%- endif %} # PDC settings