From abceee0acc77959bf60a207b4b0c058feac6f34d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 Nov 2020 10:30:45 -0800 Subject: [PATCH] koji_builder / kojid: adjust syntax Signed-off-by: Kevin Fenzi --- roles/koji_builder/templates/kojid.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index c728f8dc8b..d054ecb2ec 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -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' %}