builders: drop loading containerbuild plugin, we do not use it anymore

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-02-11 11:14:00 -08:00
parent de84b616f6
commit 487e07450f

View file

@ -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") }}