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