From f565b6075ab833142d71fae6cf32b18b598322a8 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 5 Jun 2014 03:37:32 +0000 Subject: [PATCH] fixing hosts inventory group for resultsdb-stg group playbook --- playbooks/groups/resultsdb-stg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/resultsdb-stg.yml b/playbooks/groups/resultsdb-stg.yml index 6a78931a0e..3cd8f48359 100644 --- a/playbooks/groups/resultsdb-stg.yml +++ b/playbooks/groups/resultsdb-stg.yml @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: taskotron + hosts: resultsdb-stg user: root gather_facts: True accelerate: "{{ accelerated }}"