From c6ebcdb2e0a6ee29f2d72d079c10050de5e935fe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 25 Sep 2017 18:59:12 +0000 Subject: [PATCH] Copy/pasta fix. --- playbooks/manual/upgrade/odcs.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/playbooks/manual/upgrade/odcs.yml b/playbooks/manual/upgrade/odcs.yml index 3126162cb8..4b046be367 100644 --- a/playbooks/manual/upgrade/odcs.yml +++ b/playbooks/manual/upgrade/odcs.yml @@ -19,14 +19,12 @@ yum: name={{item}} state=latest when: not testing with_items: - - module-build-service - - python-modulemd + - odcs - name: yum update odcs packages from testing repo yum: name={{item}} state=latest enablerepo=infrastructure-testing when: testing with_items: - - module-build-service - - python-modulemd + - odcs - name: push packages out to backend hosts: odcs-backend:odcs-backend-stg @@ -49,14 +47,12 @@ yum: name={{item}} state=latest when: not testing with_items: - - module-build-service - - python-modulemd + - odcs - name: yum update odcs packages from testing repo yum: name={{item}} state=latest enablerepo=infrastructure-testing when: testing with_items: - - module-build-service - - python-modulemd + - odcs - name: verify the frontend and stop it hosts: odcs-frontend:odcs-frontend-stg