Move handlers back to tasks

This commit is contained in:
Sonny Bakker 2021-01-16 20:05:53 +01:00
parent 90d9d3d691
commit 4e886c293a
3 changed files with 44 additions and 46 deletions

View file

@ -163,6 +163,9 @@
}
- name: ensure pgbouncer is restarted
service: name=pgbouncer state=restarted enabled=yes
systemd:
name: pgbouncer
state: restarted
enabled: true
- include_tasks: "project.yml"