Fix koschei copr repo name
This commit is contained in:
parent
f21d2b8a6b
commit
6778478ff5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue