koji/builder: attempt to fix the jinja template in kojid.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-31 15:37:50 +02:00
parent 80cba71063
commit bcf66ba6d4
2 changed files with 2 additions and 1 deletions

View file

@ -136,6 +136,7 @@
- restart kojid
tags:
- koji_builder
- rpmautospec
- name: build /etc/koji/koji.conf from group vars
template: src=koji.conf dest=/etc/koji.conf

View file

@ -156,7 +156,7 @@ krb_rdns = false
{% endif %}
{% if env == 'staging' %}
{% set plugins.append("rpmautospec_builder") %}
{{ plugins.append("rpmautospec_builder") }}
{% endif %}
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled