Fix koschei copr repo name

This commit is contained in:
Mikolaj Izdebski 2016-05-13 12:32:27 +00:00
parent f21d2b8a6b
commit 6778478ff5

View file

@ -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