From 5796a352aa7b5396decbea1fbc9ef32378a71863 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 11 Dec 2017 01:06:27 +0100 Subject: greatly improved vm-install role --- roles/vm-host/tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/vm-host/tasks/main.yaml') diff --git a/roles/vm-host/tasks/main.yaml b/roles/vm-host/tasks/main.yaml index 3decb3b2..81262737 100644 --- a/roles/vm-host/tasks/main.yaml +++ b/roles/vm-host/tasks/main.yaml @@ -3,6 +3,8 @@ with_items: - atftpd - openbsd-inetd + - qemu-kvm + - libvirt-bin - python-libvirt apt: name: "{{ item }}" -- cgit v1.2.3