From 0dd87ee0969dfd94c1208716a6d092e77a610dac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 25 Nov 2013 18:43:22 +0000 Subject: [PATCH] Fix hosts in the second play too. --- playbooks/groups/releng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/releng.yml b/playbooks/groups/releng.yml index c48c98f983..4092cd3549 100644 --- a/playbooks/groups/releng.yml +++ b/playbooks/groups/releng.yml @@ -22,7 +22,7 @@ # Once the instance exists, configure it. - name: make releng server system - hosts: releng + hosts: releng01.phx2.fedoraproject.org:releng02.phx2.fedoraproject.org user: root gather_facts: True