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