aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/postgres/handlers/main.yml
blob: 73fffe3024a74adea0064d3ffeb230dc07a2cd3f (plain) (blame)
1
2
3
4
- name: Restart postgres.
  service:
    name: '{{ postgres_daemon }}'
    state: "restarted"