From 5ad458cc57fa42b9506c675fa43dae6ec4a84662 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Jul 2016 19:23:45 +0000 Subject: [PATCH] Fix this template to actually work. --- roles/koji_builder/templates/kojid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index c781bc04c8..53b682521d 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -81,7 +81,7 @@ plugins = runroot {% else %} -{% if not inventory_hostname.startswith('arm','aarch64','ppc8','buildvm-ppc64','buildvm-s390') %} +{% if ansible_architecture == 'x86_64' %} plugins = builder_containerbuild {% else %} plugins =