mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
koji/builder: attempt to fix the jinja template in kojid.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user