Updating postgresql config requires postgres restart

This commit is contained in:
Patrick Uiterwijk 2014-12-18 03:53:33 +00:00
parent e42361a563
commit 229669ec6b

View file

@ -53,7 +53,10 @@
- name: postgresql config template
template: dest=/var/lib/pgsql/data/postgresql.conf src=postgresql.conf
notify:
- restart postgresql
tags:
- config
- postgresql
- name: Ensure postgres has a place to backup to