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