koji/builder: attempt to fix the jinja template in kojid.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
80cba71063
commit
bcf66ba6d4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue