mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Fix koschei copr repo name
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
- name: stop httpd
|
||||
service: name="httpd" state=stopped
|
||||
- name: upgrade koschei from testing repo
|
||||
yum: name="{{ item }}" state=latest update_cache=yes enablerepo=copr
|
||||
yum: name="{{ item }}" state=latest update_cache=yes enablerepo=msimacek-koschei
|
||||
when: env == 'staging' and testing
|
||||
with_items:
|
||||
- koschei-frontend
|
||||
@@ -61,7 +61,7 @@
|
||||
- name: clean dnf metadata
|
||||
command: dnf clean all
|
||||
- name: upgrade koschei from copr repo
|
||||
dnf: name="{{ item }}" state=latest enablerepo=copr
|
||||
dnf: name="{{ item }}" state=latest enablerepo=msimacek-koschei
|
||||
when: env == 'staging' and testing
|
||||
with_items:
|
||||
- koschei-admin
|
||||
|
||||
Reference in New Issue
Block a user