mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
koji_builder / kojid: adjust syntax
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -144,11 +144,11 @@ keytab = /etc/kojid/kojid.keytab
|
||||
{% set plugins = [] %}
|
||||
|
||||
{% if 'runroot' in group_names %}
|
||||
{% plugins.append = ['runroot'] %}
|
||||
{{ plugins.append("runroot") }}
|
||||
{% endif %}
|
||||
|
||||
{% if ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel') %}
|
||||
{% plugins.append = ['builder_containerbuild'] %}
|
||||
{{ plugins.append("builder_containerbuild") }}
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
|
||||
Reference in New Issue
Block a user