Copy/pasta fix.
This commit is contained in:
parent
1b73864474
commit
c6ebcdb2e0
1 changed files with 4 additions and 8 deletions
|
@ -19,14 +19,12 @@
|
||||||
yum: name={{item}} state=latest
|
yum: name={{item}} state=latest
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- odcs
|
||||||
- python-modulemd
|
|
||||||
- name: yum update odcs packages from testing repo
|
- name: yum update odcs 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
|
- odcs
|
||||||
- python-modulemd
|
|
||||||
|
|
||||||
- name: push packages out to backend
|
- name: push packages out to backend
|
||||||
hosts: odcs-backend:odcs-backend-stg
|
hosts: odcs-backend:odcs-backend-stg
|
||||||
|
@ -49,14 +47,12 @@
|
||||||
yum: name={{item}} state=latest
|
yum: name={{item}} state=latest
|
||||||
when: not testing
|
when: not testing
|
||||||
with_items:
|
with_items:
|
||||||
- module-build-service
|
- odcs
|
||||||
- python-modulemd
|
|
||||||
- name: yum update odcs packages from testing repo
|
- name: yum update odcs 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
|
- odcs
|
||||||
- python-modulemd
|
|
||||||
|
|
||||||
- name: verify the frontend and stop it
|
- name: verify the frontend and stop it
|
||||||
hosts: odcs-frontend:odcs-frontend-stg
|
hosts: odcs-frontend:odcs-frontend-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue