mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
copr: use fas_client role only for production
See https://pagure.io/fedora-infrastructure/issue/9737 Every other playbook except for ours checks `env` variable instead of `devel|bool`, so I am updating it to do it the same way.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
roles:
|
||||
- base
|
||||
- { role: fas_client, when: devel|bool }
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: sudo, sudoers: "{{ private }}/files/sudo/copr-sudoers", when: devel|bool }
|
||||
- copr/copr-devel-server
|
||||
- copr/frontend-cloud
|
||||
|
||||
Reference in New Issue
Block a user