From 149b60b96b278601589a3c2f2b88bd20980ff134 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 1 Mar 2016 21:36:30 +0000 Subject: [PATCH] Install libvirt-client on batcave so we can play with libvirt migrations. --- roles/batcave/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 66ba124b01..d15d41f1e7 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -35,6 +35,7 @@ - lftp # needed to easily pull in builds from koji for internal repos - git-email # needed to send patches for review to the mailing list - python-dns # needed to have ansible remove ip-based known_host entries + - libvirt-client # needed to allow migrations to be run from here. tags: - batcave - config