Fix typo in pg server ping (#56608)
This commit is contained in:
parent
386cef18ed
commit
52a89b290f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue