postgresql_server: Fix spelling mistake
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ad7441f76e
commit
0a5cb2c51c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
- name: postgresql recover.conf template (standby only)
|
- name: postgresql recover.conf template (standby only)
|
||||||
template: dest=/var/lib/pgsql/data/resovery.conf src=recovery.conf
|
template: dest=/var/lib/pgsql/data/recovery.conf src=recovery.conf
|
||||||
when: inventory_hostname.startswith('db-koji02')
|
when: inventory_hostname.startswith('db-koji02')
|
||||||
notify:
|
notify:
|
||||||
- restart postgresql
|
- restart postgresql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue