mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
install latest fedimg rather than installed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user