mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-19 08:51:25 -07:00
postgresql modules: fix examples to use FQCN (#643)
This commit is contained in:
parent
a424ee71e3
commit
f62b8027e0
22 changed files with 138 additions and 138 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue