From 0104e3bf63d46f16155400cc0364e75bf6b68665 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 15 May 2019 00:19:57 +0000 Subject: [PATCH] Upgrade the libmodulemd1 RPM instead of libmodulemd in the mbs role --- playbooks/manual/upgrade/mbs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/manual/upgrade/mbs.yml b/playbooks/manual/upgrade/mbs.yml index 5db288b0bb..01515ec295 100644 --- a/playbooks/manual/upgrade/mbs.yml +++ b/playbooks/manual/upgrade/mbs.yml @@ -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