From fb600937503687f3a127fc166a67836dceadd02a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:30 -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