Skip to content

Commit

Permalink
Fix typo in pg server ping (ansible#56608)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkz authored and ansibot committed May 18, 2019
1 parent 386cef1 commit 52a89b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/database/postgresql/postgresql_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# 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:
Expand Down

0 comments on commit 52a89b2

Please sign in to comment.