From d39e2c9bc4439d785d2602186ae463f4ef448e26 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 19 Aug 2015 20:16:12 +0000 Subject: [PATCH] Fix hosts in playbook. --- playbooks/groups/batcave.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 559c70902b..300dd53b9b 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -1,7 +1,7 @@ -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=lockbox" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave" - name: make the box be real - hosts: lockbox + hosts: batcave user: root gather_facts: True @@ -29,8 +29,8 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: configure lockbox - hosts: lockbox +- name: configure batcave + hosts: batcave user: root gather_facts: True