Updating postgresql config requires postgres restart
This commit is contained in:
parent
e42361a563
commit
229669ec6b
1 changed files with 3 additions and 0 deletions
|
@ -53,7 +53,10 @@
|
||||||
|
|
||||||
- name: postgresql config template
|
- name: postgresql config template
|
||||||
template: dest=/var/lib/pgsql/data/postgresql.conf src=postgresql.conf
|
template: dest=/var/lib/pgsql/data/postgresql.conf src=postgresql.conf
|
||||||
|
notify:
|
||||||
|
- restart postgresql
|
||||||
tags:
|
tags:
|
||||||
|
- config
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
- name: Ensure postgres has a place to backup to
|
- name: Ensure postgres has a place to backup to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue