Don't Enable on prod yet

This commit is contained in:
Kevin Fenzi 2014-08-26 18:37:16 +00:00
parent a03781965d
commit e6215d8c18

View file

@ -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 }}"