Typofix in group name.
This commit is contained in:
parent
c4ce92ddf8
commit
2dfb4afe05
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: push packages out to frontend
|
||||
hosts: mbs-web:mbs-web-stg
|
||||
hosts: mbs-frontend:mbs-frontend-stg
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -53,7 +53,7 @@
|
|||
- module-build-service
|
||||
|
||||
- name: verify the frontend and stop it
|
||||
hosts: mbs-web:mbs-web-stg
|
||||
hosts: mbs-frontend:mbs-frontend-stg
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -113,7 +113,7 @@
|
|||
ignore_errors: true
|
||||
|
||||
- name: restart the frontend
|
||||
hosts: mbs-web:mbs-web-stg
|
||||
hosts: mbs-frontend:mbs-frontend-stg
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue