diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index 08828b7460..107cd0aa41 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 %}