Use the super latest python-libcloud.
This commit is contained in:
parent
bf6c75f5bf
commit
684265d0ea
1 changed files with 7 additions and 1 deletions
|
@ -7,11 +7,17 @@
|
||||||
- koji
|
- koji
|
||||||
- fedmsg
|
- fedmsg
|
||||||
- python-paramiko
|
- python-paramiko
|
||||||
- python-libcloud
|
|
||||||
- python-fedimg
|
- python-fedimg
|
||||||
tags:
|
tags:
|
||||||
- fedimg
|
- fedimg
|
||||||
|
|
||||||
|
- name: except for python-libcloud, we need the super latest version
|
||||||
|
yum: pkg={{ item }} state=latest enablerepo=epel-testing
|
||||||
|
with_items:
|
||||||
|
- python-libcloud
|
||||||
|
tags:
|
||||||
|
- fedimg
|
||||||
|
|
||||||
- name: install latest fedimg
|
- name: install latest fedimg
|
||||||
yum: pkg={{ item }} state=latest
|
yum: pkg={{ item }} state=latest
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue