Move handlers back to tasks
This commit is contained in:
parent
90d9d3d691
commit
4e886c293a
3 changed files with 44 additions and 46 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue