diff --git a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf index c7bcb945b1..08828b7460 100644 --- a/roles/taskotron/taskotron-client/files/yumrepoinfo.conf +++ b/roles/taskotron/taskotron-client/files/yumrepoinfo.conf @@ -68,6 +68,7 @@ url = %(updatesurl)s path = testing/23 parent = f23-updates +{% if deployment_type == 'prod' %} # Fedora 22 [f22] url = %(goldurl)s @@ -83,4 +84,4 @@ parent = f22 url = %(updatesurl)s path = testing/22 parent = f22-updates - +{% endif %}