mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr/copr-devel-server: drop unused role
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
roles:
|
||||
- base
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/backend
|
||||
- role: messaging/base
|
||||
when: copr_messaging
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
roles:
|
||||
- base
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/dist_git
|
||||
|
||||
handlers:
|
||||
|
||||
@@ -51,5 +51,4 @@
|
||||
roles:
|
||||
- base
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/frontend
|
||||
|
||||
@@ -54,5 +54,4 @@
|
||||
roles:
|
||||
- base
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- copr/keygen
|
||||
|
||||
@@ -79,7 +79,6 @@
|
||||
roles:
|
||||
- base
|
||||
- nagios_client
|
||||
- copr/copr-devel-server
|
||||
- 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
|
||||
Reference in New Issue
Block a user