Upgrade the libmodulemd1 RPM instead of libmodulemd in the mbs role
This commit is contained in:
parent
0509e5ffc5
commit
0104e3bf63
1 changed files with 4 additions and 4 deletions
|
@ -19,14 +19,14 @@
|
|||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- libmodulemd1
|
||||
- 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
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
|
||||
- name: push packages out to backend
|
||||
|
@ -50,14 +50,14 @@
|
|||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- libmodulemd
|
||||
- libmodulemd1
|
||||
- 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
|
||||
- libmodulemd1
|
||||
- python2-solv
|
||||
|
||||
- name: verify the frontend and stop it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue