Upgrade the libmodulemd1 RPM instead of libmodulemd in the mbs role

This commit is contained in:
mprahl 2019-05-15 00:19:57 +00:00
parent 0509e5ffc5
commit 0104e3bf63

View file

@ -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