For mbs upgrades, upgrade this too.
This commit is contained in:
parent
96df91be05
commit
e31984a6b0
1 changed files with 4 additions and 0 deletions
|
@ -19,11 +19,13 @@
|
|||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- modulemd
|
||||
- name: yum update mbs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- modulemd
|
||||
|
||||
- name: push packages out to backend
|
||||
hosts: mbs-backend:mbs-backend-stg
|
||||
|
@ -46,11 +48,13 @@
|
|||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- modulemd
|
||||
- name: yum update mbs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- modulemd
|
||||
|
||||
- name: verify the frontend and stop it
|
||||
hosts: mbs-frontend:mbs-frontend-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue