diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 17685f974b..6d21f3a874 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -29,7 +29,7 @@ tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} - command: yum clean all {%if testing%} --enablerepo=infrastructure-testing {%endif%} + command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%} check_mode: no - name: yum update bodhi-server packages from main repo yum: name="{{ item }}" state=latest @@ -38,7 +38,7 @@ - bodhi-server - python2-fedmsg-atomic-composer - name: yum update bodhi-server packages from testing repo - yum: name="{{ item }}" state=latest enablerepo=infrastructure-testing + yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg with_items: - bodhi-docs - bodhi-server