Don't Enable on prod yet
This commit is contained in:
parent
a03781965d
commit
e6215d8c18
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue