postgresql_server: Fix spelling mistake

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-17 22:12:31 +00:00 committed by Pierre-Yves Chibon
parent ad7441f76e
commit 0a5cb2c51c

View file

@ -91,7 +91,7 @@
- postgresql
- 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')
notify:
- restart postgresql