From 6547b4c92682466247d0eb342a75525240deb02b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Feb 2022 07:16:12 +0200 Subject: fix(roles/vmhost): install missing lxml package Sponsored-by: author --- ansible/roles/vmhost/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/roles/vmhost/tasks') diff --git a/ansible/roles/vmhost/tasks/main.yml b/ansible/roles/vmhost/tasks/main.yml index 1c58f90..b5bd138 100644 --- a/ansible/roles/vmhost/tasks/main.yml +++ b/ansible/roles/vmhost/tasks/main.yml @@ -10,6 +10,7 @@ - kpartx - moreutils - vmadm + - python3-lxml - name: "enable nested KVM if possible" copy: -- cgit v1.2.1