Disable testing repo in upgrade/koschei.yml
This commit is contained in:
parent
cb8f9f9f54
commit
90042d2d74
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
vars:
|
||||
testing: True
|
||||
testing: False
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
roles:
|
||||
|
@ -39,7 +39,7 @@
|
|||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
vars:
|
||||
testing: True
|
||||
testing: False
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue