fedimg: explicitly install python2-libcloud

Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
Sayan Chowdhury 2017-06-16 08:21:42 +00:00
parent b9307ffed6
commit c5a1e65085

View file

@ -21,7 +21,7 @@
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing
when: testing
- name: yum update libcloud from testing repo
yum: name="python-libcloud" state=latest enablerepo=epel-testing
yum: name="python2-libcloud" state=latest enablerepo=epel-testing
when: not testing
- name: verify the backend and restart it