From 6d4d3acd10f3714b6768c6cb50d32cea7cf17b96 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 29 Aug 2023 23:02:28 -0400 Subject: [PATCH] Ignore errors in Patroni restart handler --- 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 d165e02..834bc0f 100644 --- a/roles/pvc/handlers/main.yml +++ b/roles/pvc/handlers/main.yml @@ -19,6 +19,7 @@ service: name: patroni state: restarted + ignore_errors: yes # Restart services one-at-a-time # Ideally, this would be accomplished by a serial=1, but Ansible doesn't support that and