From 18f82581fa27c06981cddec087d54b99b6e2b69a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 31 2020 13:38:57 +0000 Subject: koji/builder: attempt to fix the jinja template in kojid. Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index f80c126..dcc4cdf 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -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 diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 8d320c7..fae288e 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.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