fedimg: don't skip pull python-libcloud from epel-testing

Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
Sayan Chowdhury 2017-06-16 07:23:21 +00:00
parent d1330d831d
commit 33e589722c

View file

@ -20,12 +20,9 @@
- name: yum update fedimg packages from testing repo
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing
when: testing
- name: yum update libcloud from the main repo
yum: name="python-libcloud" state=latest
when: testing
- name: yum update libcloud from testing repo
yum: name="python-libcloud" state=latest enablerepo=epel-testing
when: testing
when: not testing
- name: verify the backend and restart it
hosts: fedimg:fedimg-stg