copr: remove admins from playbook, consider them data

This commit is contained in:
Jakub Kadlcik 2019-08-05 19:40:24 +02:00 committed by Pierre-Yves Chibon
parent 598049a995
commit 49d8fe9747

View file

@ -89,20 +89,6 @@
args:
chdir: /usr/share/copr/coprs_frontend/
- name: set up admins
command: ./manage.py alter_user --admin {{ item }}
become: yes
become_user: copr-fe
args:
chdir: /usr/share/copr/coprs_frontend/
ignore_errors: yes
with_items:
- msuchy
- sgallagh
- spot
- nb
- kevin
# TODO: move production to lets-encrypt as well
- name: install ssl certificates for production
import_tasks: "install_certs.yml"