ansible/roles/postgresql/handlers/main.yml

9 lines
138 B
YAML
Raw Normal View History

2020-08-01 17:51:44 -05:00
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart psql
systemd:
name: postgresql
state: restarted
become: yes