Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql_ping: fixed a typo in the module documentation (Backport/2.8/56608) #56842

Merged
merged 2 commits into from May 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/56608-postgresql_ping_fix_typo.yml
@@ -0,0 +1,2 @@
bugfixes:
- postgresql_ping - fixed a typo in the module documentation (https://github.com/ansible/ansible/pull/56608)
2 changes: 1 addition & 1 deletion lib/ansible/modules/database/postgresql/postgresql_ping.py
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