mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
Copy/pasta fix.
This commit is contained in:
@@ -19,14 +19,12 @@
|
||||
yum: name={{item}} state=latest
|
||||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- python-modulemd
|
||||
- odcs
|
||||
- name: yum update odcs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- python-modulemd
|
||||
- odcs
|
||||
|
||||
- name: push packages out to backend
|
||||
hosts: odcs-backend:odcs-backend-stg
|
||||
@@ -49,14 +47,12 @@
|
||||
yum: name={{item}} state=latest
|
||||
when: not testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- python-modulemd
|
||||
- odcs
|
||||
- name: yum update odcs packages from testing repo
|
||||
yum: name={{item}} state=latest enablerepo=infrastructure-testing
|
||||
when: testing
|
||||
with_items:
|
||||
- module-build-service
|
||||
- python-modulemd
|
||||
- odcs
|
||||
|
||||
- name: verify the frontend and stop it
|
||||
hosts: odcs-frontend:odcs-frontend-stg
|
||||
|
||||
Reference in New Issue
Block a user