Update also python2-solv during manual/upgrade/mbs.yml
This commit is contained in:
parent
ebaa897f1a
commit
91fe6a354d
1 changed files with 4 additions and 0 deletions
|
@ -20,12 +20,14 @@
|
|||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- python2-solv
|
||||
- name: yum update mbs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-tags-stg
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- python2-solv
|
||||
|
||||
- name: push packages out to backend
|
||||
hosts: mbs-backend:mbs-backend-stg
|
||||
|
@ -49,12 +51,14 @@
|
|||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- python2-solv
|
||||
- name: yum update mbs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-tags-stg
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- python2-solv
|
||||
|
||||
- name: verify the frontend and stop it
|
||||
hosts: mbs-frontend:mbs-frontend-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue