From ec218e6b245aa6a32002131599b627bdee38bb62 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 26 Jan 2016 17:32:04 +0000 Subject: [PATCH] fixing what I think is a syntax error --- playbooks/groups/taskotron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index 04421776d6..fcfe550eeb 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -3,7 +3,7 @@ # NOTE: make sure there is room/space for this server on the vmhost # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron-dev,taskotron-stg,taskotron-prod" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron-dev:taskotron-stg:taskotron-prod" - name: make the box be real hosts: taskotron-dev:taskotron-stg:taskotron-prod