From b0e1198a7cdc2a29b20c3dea6319e3e37c8e0bb1 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Sat, 17 Feb 2018 00:21:59 +0530 Subject: [PATCH] fedimg: Use the package name python2-fedimg Signed-off-by: Sayan Chowdhury --- playbooks/manual/upgrade/fedimg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 9f0cdcbf64..1fc2c03669 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -15,14 +15,14 @@ - name: yum update fedimg packages from main repo yum: name="{{ item }}" state=latest with_items: - - python-fedimg + - python2-fedimg - python2-libcloud - python2-fedfind when: not testing - name: yum update fedimg packages from testing repo yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg with_items: - - python-fedimg + - python2-fedimg - python2-libcloud - python2-fedfind when: testing