summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2020-02-18 13:18:16 +0530
committerGitHub <noreply@github.com>2020-02-18 13:18:16 +0530
commit70b9bdbce685125f5ea990aa0894455faa43e71f (patch)
tree3af4c2f1a4c576199e581b6a0f90f3216934d21d /lib/ansible/plugins
parent7dcf32294be3be7534e30204ac842b375762315f (diff)
downloadansible-70b9bdbce685125f5ea990aa0894455faa43e71f.tar.gz
Fix links in Postgresql modules (#67511)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/plugins')
-rw-r--r--lib/ansible/plugins/doc_fragments/postgres.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/doc_fragments/postgres.py b/lib/ansible/plugins/doc_fragments/postgres.py
index 7501746fa4..f093f54209 100644
--- a/lib/ansible/plugins/doc_fragments/postgres.py
+++ b/lib/ansible/plugins/doc_fragments/postgres.py
@@ -33,7 +33,7 @@ options:
ssl_mode:
description:
- Determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the server.
- - See https://www.postgresql.org/docs/current/static/libpq-ssl.html for more information on the modes.
+ - See U(https://www.postgresql.org/docs/current/static/libpq-ssl.html) for more information on the modes.
- Default of C(prefer) matches libpq default.
type: str
default: prefer