ansible-roles/pgbouncer/handlers/main.yml

6 lines
106 B
YAML
Raw Permalink Normal View History

2023-03-30 13:19:13 +02:00
---
2023-06-05 14:28:06 +02:00
- name: restart pgbouncer
2023-03-30 13:19:13 +02:00
ansible.builtin.systemd:
name: pgbouncer.service
state: restarted