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
|
- name: make pkgs
|
||||||
hosts: pkgs:pkgs-stg
|
hosts: pkgs-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: pkgs:pkgs-stg
|
hosts: pkgs-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue