From 030f7d4d5a13b7368ddfc656917b0506091f1765 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Nov 2015 15:03:18 +0100 Subject: [PATCH] Build mdapi in prod as well --- playbooks/groups/mdapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mdapi.yml b/playbooks/groups/mdapi.yml index 77fb939105..e75ed2f929 100644 --- a/playbooks/groups/mdapi.yml +++ b/playbooks/groups/mdapi.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mdapi-stg" - name: make the box be real - hosts: mdapi-stg + hosts: mdapi-stg;mdapi user: root gather_facts: True @@ -34,7 +34,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy mdapi itself - hosts: mdapi-stg + hosts: mdapi-stg;mdapi user: root gather_facts: True