From 1ec212f514c35f61d85b722c6eb0c8c74a0c4f12 Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Mon, 5 Jun 2023 14:28:06 +0200 Subject: [PATCH] rename handler --- pgbouncer/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbouncer/handlers/main.yml b/pgbouncer/handlers/main.yml index f539a226..9ce44055 100644 --- a/pgbouncer/handlers/main.yml +++ b/pgbouncer/handlers/main.yml @@ -1,5 +1,5 @@ --- -- name: Restart PgBouncer +- name: restart pgbouncer ansible.builtin.systemd: name: pgbouncer.service state: restarted