copr-frontend: do not setup chroots from main.yml

This commit is contained in:
clime 2017-07-19 19:18:01 +02:00
parent 99a700be70
commit c3acb7389a

View file

@ -66,13 +66,6 @@
args:
chdir: /usr/share/copr/coprs_frontend/
- name: set up chroots
command: ./manage.py create_chroot epel-5-i386 epel-5-x86_64 epel-6-i386 epel-6-x86_64 epel-7-x86_64 fedora-20-i386 fedora-20-x86_64 fedora-21-i386 fedora-21-x86_64 fedora-22-i386 fedora-22-x86_64 fedora-rawhide-i386 fedora-rawhide-x86_64
become: yes
become_user: copr-fe
args:
chdir: /usr/share/copr/coprs_frontend/
- name: set up admins
command: ./manage.py alter_user --admin {{ item }}
become: yes