From 37dd6c16a4d35085deed513593142d5578a8243d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Mar 2018 22:54:55 +0000 Subject: [PATCH] fix logic --- roles/koji_builder/templates/oz.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/oz.cfg.j2 b/roles/koji_builder/templates/oz.cfg.j2 index b3dacc8087..fae478c04c 100644 --- a/roles/koji_builder/templates/oz.cfg.j2 +++ b/roles/koji_builder/templates/oz.cfg.j2 @@ -11,7 +11,7 @@ image_type = raw # bridge_name = virbr0 {% if ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' %} cpus = 1 -{% elif %} +{% else %} cpus = 2 {% endif %} memory = 3096