copr/copr-devel-server: drop unused role

This commit is contained in:
Pavel Raiskup 2024-02-22 15:02:58 +01:00
parent 3ae978022a
commit 8e2d9df782
6 changed files with 0 additions and 21 deletions

View file

@ -56,7 +56,6 @@
roles: roles:
- base - base
- nagios_client - nagios_client
- copr/copr-devel-server
- copr/backend - copr/backend
- role: messaging/base - role: messaging/base
when: copr_messaging when: copr_messaging

View file

@ -51,7 +51,6 @@
roles: roles:
- base - base
- nagios_client - nagios_client
- copr/copr-devel-server
- copr/dist_git - copr/dist_git
handlers: handlers:

View file

@ -51,5 +51,4 @@
roles: roles:
- base - base
- nagios_client - nagios_client
- copr/copr-devel-server
- copr/frontend - copr/frontend

View file

@ -54,5 +54,4 @@
roles: roles:
- base - base
- nagios_client - nagios_client
- copr/copr-devel-server
- copr/keygen - copr/keygen

View file

@ -79,7 +79,6 @@
roles: roles:
- base - base
- nagios_client - nagios_client
- copr/copr-devel-server
- copr/pulp - copr/pulp

View file

@ -1,16 +0,0 @@
---
# Tasks that we want to execute only on the devel Copr instance
# - name: make sure dnf-plugins-core are installed
# package: name=dnf-plugins-core state=present
# when:
# - devel|bool
#
# - name: enable @copr/copr when on devel machine
# command:
# cmd: dnf copr -y remove {{ item }}
# warn: false
# with_items:
# - "@copr/copr"
# when:
# - devel|bool