From de4c5f6d3ce11afff1169b7a2919e1cfc0152001 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 13 2014 07:52:19 +0000 Subject: Enable the infrastructure-testing repo is testing is on --- diff --git a/playbooks/update_packages.yml b/playbooks/update_packages.yml index c652539..d621dcd 100644 --- a/playbooks/update_packages.yml +++ b/playbooks/update_packages.yml @@ -19,4 +19,4 @@ command: yum clean expire-cache {% if testing %} --enablerepo=infrastructure-testing {% endif %} - name: yum update {{ package }} {% if testing %}(with infrastructure-testing on){% endif %} - yum: name={{ package }} state=latest # {% if testing %}enablerepo=infrastructure-testing{% endif %} + yum: name={{ package }} state=latest {% if testing %}enablerepo=infrastructure-testing{% endif %}