ansible-roles/postgresql/handlers/main.yml
Eric Morino 9d5a272472
All checks were successful
continuous-integration/drone/push Build is passing
Add set and reconfigure locales for postgresql
2019-11-14 15:56:41 +01:00

22 lines
419 B
YAML

---
- name: restart munin-node
service:
name: munin-node
state: restarted
- name: restart nagios-nrpe-server
service:
name: nagios-nrpe-server
state: restarted
- name: restart postgresql
service:
name: postgresql
state: restarted
- name: Restart minifirewall
command: /etc/init.d/minifirewall restart
- name: reconfigure locales
command: dpkg-reconfigure -f noninteractive locales