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
|
||||
- fedmsg
|
||||
- python-paramiko
|
||||
- python-libcloud
|
||||
- python-fedimg
|
||||
tags:
|
||||
- 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
|
||||
yum: pkg={{ item }} state=latest
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue