From e9ed9062c56e7eebbe8d7aa72a55d541def743cb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 25 Jun 2018 21:20:59 +0000 Subject: [PATCH] adjust koji web for containers. ticket 7051 --- roles/koji_hub/templates/web.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/web.conf.j2 b/roles/koji_hub/templates/web.conf.j2 index 180edb2912..99538f63ed 100644 --- a/roles/koji_hub/templates/web.conf.j2 +++ b/roles/koji_hub/templates/web.conf.j2 @@ -27,4 +27,5 @@ loginDisabled = True KojiHubCA = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem -Tasks = runroot +Tasks = buildContainer,createContainer,runroot +ParentTasks = buildContainer