diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9d70abc234..b314e3ac3f 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -109,10 +109,6 @@ keytab = /etc/kojid/kojid.keytab {{ plugins.append("save_failed_tree") }} -{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %} -{{ plugins.append("builder_containerbuild") }} -{% endif %} - {{ plugins.append("osbuild") }} {{ plugins.append("scmpolicy") }}