ansible/roles/postgresql/handlers/main.yml

9 lines
138 B
YAML

#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart psql
systemd:
name: postgresql
state: restarted
become: yes