diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 13bc95e495..832d80c3a0 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -128,9 +128,6 @@ keytab = /etc/kojid/kojid.keytab krbservice = host krb_rdns = false -{% if env == 'staging' %} -plugins = runroot{% if ansible_architecture == 'x86_64'},builder_containerbuild{% endif %} -{% else %} {% if 'runroot' in group_names %} ; Config for it lives in /etc/kojid/runroot.conf plugins = runroot @@ -142,6 +139,5 @@ plugins = builder_containerbuild {% else %} plugins = {% endif %} -{% endif %} {% endif %}