diff --git a/playbooks/manual/upgrade/mbs.yml b/playbooks/manual/upgrade/mbs.yml index b7e38a316d..2aeb017b1d 100644 --- a/playbooks/manual/upgrade/mbs.yml +++ b/playbooks/manual/upgrade/mbs.yml @@ -19,13 +19,13 @@ when: not testing with_items: - module-build-service - - modulemd + - python-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 + - python-modulemd - name: push packages out to backend hosts: mbs-backend:mbs-backend-stg @@ -48,13 +48,13 @@ when: not testing with_items: - module-build-service - - modulemd + - python-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 + - python-modulemd - name: verify the frontend and stop it hosts: mbs-frontend:mbs-frontend-stg