copr: remove admins from playbook, consider them data
This commit is contained in:
parent
598049a995
commit
49d8fe9747
1 changed files with 0 additions and 14 deletions
|
@ -89,20 +89,6 @@
|
||||||
args:
|
args:
|
||||||
chdir: /usr/share/copr/coprs_frontend/
|
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
|
# TODO: move production to lets-encrypt as well
|
||||||
- name: install ssl certificates for production
|
- name: install ssl certificates for production
|
||||||
import_tasks: "install_certs.yml"
|
import_tasks: "install_certs.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue