copr: drop fas_client from copr-frontend playbook

See https://pagure.io/fedora-infrastructure/issue/9737

I tried to use the role only for production instance, like other
servers do, see 700167c1fc. It doesn't work either. I am dropping the
role entirely.
This commit is contained in:
Jakub Kadlcik 2021-03-17 00:04:00 +01:00
parent 700167c1fc
commit 110786d513

View file

@ -48,7 +48,6 @@
roles:
- base
- { role: fas_client, when: env != "staging" }
- { role: sudo, sudoers: "{{ private }}/files/sudo/copr-sudoers", when: devel|bool }
- copr/copr-devel-server
- copr/frontend-cloud