install latest fedimg rather than installed
This commit is contained in:
parent
bc9f280787
commit
789067a37e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue