summaryrefslogtreecommitdiffstats
path: root/roles/taskotron/taskotron-client
diff options
context:
space:
mode:
authorMartin Krizek <mkrizek@redhat.com>2016-07-20 08:26:18 +0000
committerMartin Krizek <mkrizek@redhat.com>2016-07-20 08:26:18 +0000
commit0a8c234605bcd7c78cdcf12da02dbcac46106512 (patch)
tree977b555ce7bd9e72e1eed510f952dd7ffc193105 /roles/taskotron/taskotron-client
parent51300909a3bdafe80078034811ef2e4ff9b9ad16 (diff)
downloadansible-0a8c234605bcd7c78cdcf12da02dbcac46106512.tar.gz
ansible-0a8c234605bcd7c78cdcf12da02dbcac46106512.tar.xz
ansible-0a8c234605bcd7c78cdcf12da02dbcac46106512.zip
Oops, not a template
Diffstat (limited to 'roles/taskotron/taskotron-client')
-rw-r--r--roles/taskotron/taskotron-client/files/yumrepoinfo.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
index 08828b746..107cd0aa4 100644
--- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
+++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf
@@ -68,20 +68,3 @@ url = %(updatesurl)s
path = testing/23
parent = f23-updates
-{% if deployment_type == 'prod' %}
-# Fedora 22
-[f22]
-url = %(goldurl)s
-path = 22
-release_status = stable
-
-[f22-updates]
-url = %(updatesurl)s
-path = 22
-parent = f22
-
-[f22-updates-testing]
-url = %(updatesurl)s
-path = testing/22
-parent = f22-updates
-{% endif %}