From 4809680bdaeeedc05cab31d645b513fcaee1494d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 21 Jul 2016 15:40:24 +0000 Subject: [PATCH] Target the buildarm-stg group in this playbook. I think the reason it wasn't in there to begin with is that the two nodes in the group were originally provisioned as production arm builders which were then later repurposed for staging. They were... forgotten. ;P --- playbooks/groups/buildhw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index b4168a78eb..f288b53890 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -3,7 +3,7 @@ # NOTE: most of these vars_path come from group_vars/buildhw or from hostvars - name: make koji builder(s) on raw hw - hosts: buildhw:buildppc:buildarm:buildaarch64:buildppc64:bkernel + hosts: buildhw:buildppc:buildarm:buildarm-stg:buildaarch64:buildppc64:bkernel remote_user: root gather_facts: True