mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
postgresql modules: fix examples to use FQCN (#643)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user