diff --git a/playbooks/manual/upgrade/anitya.yml b/playbooks/manual/upgrade/anitya.yml index 3c2b68bd0c..e1fa0ffe08 100644 --- a/playbooks/manual/upgrade/anitya.yml +++ b/playbooks/manual/upgrade/anitya.yml @@ -13,6 +13,7 @@ check_mode: no - name: yum update anitya packages from main repo yum: name="anitya" state=latest + when: not testing - name: yum update anitya packages from testing repo yum: name="anitya" state=latest enablerepo=infrastructure-testing when: testing