Wrong name.
This commit is contained in:
parent
e31984a6b0
commit
9523dadd16
1 changed files with 4 additions and 4 deletions
|
@ -19,13 +19,13 @@
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- module-build-service
|
||||||
- modulemd
|
- python-modulemd
|
||||||
- name: yum update mbs packages from testing repo
|
- name: yum update mbs packages from testing repo
|
||||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||||
when: testing
|
when: testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- module-build-service
|
||||||
- modulemd
|
- python-modulemd
|
||||||
|
|
||||||
- name: push packages out to backend
|
- name: push packages out to backend
|
||||||
hosts: mbs-backend:mbs-backend-stg
|
hosts: mbs-backend:mbs-backend-stg
|
||||||
|
@ -48,13 +48,13 @@
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- module-build-service
|
||||||
- modulemd
|
- python-modulemd
|
||||||
- name: yum update mbs packages from testing repo
|
- name: yum update mbs packages from testing repo
|
||||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||||
when: testing
|
when: testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- module-build-service
|
||||||
- modulemd
|
- python-modulemd
|
||||||
|
|
||||||
- name: verify the frontend and stop it
|
- name: verify the frontend and stop it
|
||||||
hosts: mbs-frontend:mbs-frontend-stg
|
hosts: mbs-frontend:mbs-frontend-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue