From 55ec177919b3028ca1365ac3aec31348561d4029 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Ignore errors restarting libvirtd This seems to inexplicably fail sometimes. We can just ignore it. --- roles/pvc/handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/handlers/main.yml b/roles/pvc/handlers/main.yml index e3f5861..6d7fb51 100644 --- a/roles/pvc/handlers/main.yml +++ b/roles/pvc/handlers/main.yml @@ -8,6 +8,7 @@ service: name: libvirtd state: restarted + ignore_errors: true # Ansible sometimes inexplicably fails to restart - name: restart frr service: