mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
kojid / staging: just enable osbuild on all
Just enable the osbuild plugin on all the hosts, and we will narrow things down with the channel/policy setup. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -111,13 +111,7 @@ keytab = /etc/kojid/kojid.keytab
|
||||
|
||||
{{ plugins.append("rpmautospec_builder") }}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if inventory_hostname == 'buildvm-x86-05.stg.iad2.fedoraproject.org' %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ plugins.append("osbuild") }}
|
||||
{% endif %}
|
||||
|
||||
{{ plugins.append("scmpolicy") }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user