diff options
| author | Ralph Bean <rbean@redhat.com> | 2017-03-01 18:36:27 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2017-03-01 18:36:27 +0000 |
| commit | 9523dadd164dfd82f33bbf8564d5deffc6a9ddbe (patch) | |
| tree | ad290af59ffdab115d3af9b2f6edd7b084ccb754 | |
| parent | e31984a6b0f0baba4f55e1ee30f0e9b36daf5233 (diff) | |
| download | ansible-9523dadd164dfd82f33bbf8564d5deffc6a9ddbe.tar.gz ansible-9523dadd164dfd82f33bbf8564d5deffc6a9ddbe.tar.xz ansible-9523dadd164dfd82f33bbf8564d5deffc6a9ddbe.zip | |
Wrong name.
| -rw-r--r-- | playbooks/manual/upgrade/mbs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/manual/upgrade/mbs.yml b/playbooks/manual/upgrade/mbs.yml index b7e38a316..2aeb017b1 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 |
