fedimg: Use the package name python2-fedimg

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
Sayan Chowdhury 2018-02-17 00:21:59 +05:30 committed by Sayan Chowdhury
parent 29dbecbd01
commit b0e1198a7c

View file

@ -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