From e9684eecd819bffbb478db4171724ac74dbb6b2e Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 3 Jun 2013 16:45:37 +0000 Subject: [PATCH] add yumrepos to the buildhw since we cannot count on the right set of repos for the ppc boxes --- playbooks/groups/buildhw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 5a97434179..d50bfb62c7 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -13,6 +13,7 @@ - ${vars}/${ansible_distribution}.yml tasks: + - include: $tasks/yumrepos.yml - include: $tasks/koji/base_builder.yml handlers: