fedimg: explicitly install python2-libcloud
Signed-off-by: Sayan Chowdhury <sayanchowdhury@fedoraproject.org>
This commit is contained in:
parent
b9307ffed6
commit
c5a1e65085
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue