From e6215d8c18098199d0143c458d1af5f7f89b69cf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 18:37:16 +0000 Subject: [PATCH] Don't Enable on prod yet --- playbooks/groups/pkgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 35bf7f6eeb..ff03341c79 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -1,5 +1,5 @@ - name: make pkgs - hosts: pkgs:pkgs-stg + hosts: pkgs-stg user: root gather_facts: False @@ -15,7 +15,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: pkgs:pkgs-stg + hosts: pkgs-stg user: root gather_facts: True accelerate: "{{ accelerated }}"