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