From 1bfd7d53eac1312f510548108633e52100d27778 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 7 Aug 2017 13:35:42 +0000 Subject: [PATCH] Bodhi's upgrade playbook now enables infrastructure-tags-stg repo. The repo used to be called infrastructure-testing, but it seems to have been renamed to infrastructure-tags-stg. This commit adjusts the playbook to use the new name. Signed-off-by: Randy Barlow --- playbooks/manual/upgrade/bodhi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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