From 52a89b290fd58a0ed54a00118b8a3e53d28d8bbd Mon Sep 17 00:00:00 2001 From: monkz Date: Sat, 18 May 2019 15:37:16 +0200 Subject: [PATCH] Fix typo in pg server ping (#56608) --- lib/ansible/modules/database/postgresql/postgresql_ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/database/postgresql/postgresql_ping.py b/lib/ansible/modules/database/postgresql/postgresql_ping.py index 3c8142b8ac..8ce9983c13 100644 --- a/lib/ansible/modules/database/postgresql/postgresql_ping.py +++ b/lib/ansible/modules/database/postgresql/postgresql_ping.py @@ -46,7 +46,7 @@ EXAMPLES = r''' # PostgreSQL ping dbsrv server from the shell: # ansible dbsrv -m postgresql_ping -# In the example below you need to generate sertificates previously. +# In the example below you need to generate certificates previously. # See https://www.postgresql.org/docs/current/libpq-ssl.html for more information. - name: PostgreSQL ping dbsrv server using not default credentials and ssl postgresql_ping: