copr/copr-devel-server: drop unused role
This commit is contained in:
parent
3ae978022a
commit
8e2d9df782
6 changed files with 0 additions and 21 deletions
|
@ -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
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- copr/copr-devel-server
|
|
||||||
- copr/dist_git
|
- copr/dist_git
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
|
@ -51,5 +51,4 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- copr/copr-devel-server
|
|
||||||
- copr/frontend
|
- copr/frontend
|
||||||
|
|
|
@ -54,5 +54,4 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- copr/copr-devel-server
|
|
||||||
- copr/keygen
|
- copr/keygen
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- copr/copr-devel-server
|
|
||||||
- copr/pulp
|
- copr/pulp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue