postgresql modules: fix examples to use FQCN (#643)

This commit is contained in:
Andrew Klychkov
2020-07-13 12:54:34 +03:00
committed by GitHub
parent a424ee71e3
commit f62b8027e0
22 changed files with 138 additions and 138 deletions

View File

@@ -51,7 +51,7 @@ EXAMPLES = r'''
# 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:
community.general.postgresql_ping:
db: protected_db
login_host: dbsrv
login_user: secret