mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Wrong name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user