kvm-host: install kvm-tools package instead of copying add-vm.sh

This commit is contained in:
Victor LABORIE 2018-07-27 11:27:27 +02:00
parent 14e270b688
commit 57cf0a29ab
3 changed files with 2 additions and 9 deletions

View file

@ -33,6 +33,7 @@ The **patch** part changes incrementally at each release.
* rbenv: switch from copy to lineinfile for default gems
* squid: add a few news sites to the whitelist
* tomcat: better nrpe check output
* kvm-host: install kvm-tools package instead of copying add-vm.sh
### Fixed
* evoacme: fix module detection in apache config

View file

@ -5,15 +5,6 @@
- include: packages.yml
- include_role:
name: remount-usr
- name: Copy add-vm script
get_url:
url: https://forge.evolix.org/projects/kvm-tools/repository/revisions/master/raw/add-vm.sh
dest: /usr/share/scripts/add-vm.sh
mode: "0750"
- include: munin.yml
- include: images.yml

View file

@ -10,3 +10,4 @@
- virtinst
- libvirt-daemon-system
- libvirt-clients
- kvm-tools