From d54844746ede241b382171f8c8cd209f95a52a72 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:30 -0400 Subject: [PATCH] Ignore errors enabling vhostmd Seems to cause issues in bookworm. --- roles/pvc/tasks/libvirt/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/tasks/libvirt/main.yml b/roles/pvc/tasks/libvirt/main.yml index 22b30e5..9c4f0f3 100644 --- a/roles/pvc/tasks/libvirt/main.yml +++ b/roles/pvc/tasks/libvirt/main.yml @@ -89,6 +89,7 @@ name: "{{ item }}" state: started enabled: yes + ignore_errors: yes with_items: - vhostmd