diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index f63d88f126..cff0adce7d 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -157,6 +157,9 @@ default_disposable_release: "25" minion_repos: - https://infrastructure.fedoraproject.org/repo/infrastructure.repo - https://infrastructure.fedoraproject.org/repo/infrastructure-testing.repo +{% if deployment_type == 'dev' %} + - https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/repo/fedora-25/kparal-taskotron-dev-fedora-25.repo +{% endif %} ## ==== LOGGING section ====