install latest fedimg rather than installed

This commit is contained in:
David Gay 2014-12-06 18:59:08 +00:00
parent bc9f280787
commit 789067a37e

View file

@ -10,6 +10,11 @@
- python-libcloud
- python-fedimg
- name: install latest fedimg
yum: pkg={{ item }} state=latest
with_items:
- python-fedimg
- name: copy base configuration
template: >
src=fedimg.cfg dest=/etc/fedimg.cfg