ansible-roles/pgbouncer/handlers/main.yml
Alexis Ben Miloud--Josselin d37f6c0e3f
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2763|5|2758|5|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/231//ansiblelint">Evolix » ansible-roles » unstable #231</a>
gitea/ansible-roles/pipeline/head This commit looks good
PgBouncer: add handler (restart)
2023-03-30 13:21:33 +02:00

6 lines
106 B
YAML

---
- name: Restart PgBouncer
ansible.builtin.systemd:
name: pgbouncer.service
state: restarted