mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 08:24:50 +08:00
set koji-containerbuild plugin name properly -> builder_containerbuild
This commit is contained in:
@@ -73,7 +73,7 @@ serverca = /etc/kojid/cacert.pem
|
||||
{% if 'runroot' in group_names %}
|
||||
; Config for it lives in /etc/kojid/runroot.conf
|
||||
{% if env == 'staging' %}
|
||||
plugins = runroot builder_container
|
||||
plugins = runroot builder_containerbuild
|
||||
{% else %}
|
||||
plugins = runroot
|
||||
{% endif %}
|
||||
@@ -85,7 +85,7 @@ pluginpath = /usr/lib/koji-hub-plugins
|
||||
{% else %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
plugins = builder_container
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user