fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/roles/shelfzilla/handlers/main.yml

4 lines
91 B
YAML
Raw Normal View History

2014-11-14 08:30:10 +00:00
---
- name: restart postgresql
service: name=postgresql state=restarted
sudo: yes