summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/taskotron/taskotron-client/templates/taskotron.yaml.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2
index 7f2b13e91..07eda245e 100644
--- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2
+++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2
@@ -155,6 +155,10 @@ default_disposable_release: "25"
## Additional repos for minion to install packages from
minion_repos:
+ - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo
+{% if deployment_type == 'stg' %}
+ - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo
+{% endif %}
{% if deployment_type == 'dev' %}
- https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/repo/fedora-25/kparal-taskotron-dev-fedora-25.repo
{% endif %}