summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aaklychkov@mail.ru>2020-02-18 18:49:01 +0300
committerGitHub <noreply@github.com>2020-02-18 09:49:01 -0600
commitfc6e715e382d2581b3b416382961d958363dd067 (patch)
treefe6dd3df1e889718b2b123a8214f6ee69c8bd580
parent76fff030a8567b5d8cc80212651452f9e909dbd4 (diff)
downloadansible-fc6e715e382d2581b3b416382961d958363dd067.tar.gz
postgresql_info module: fix broken link (#67517) (#67522)
(cherry picked from commit 5a7c58b2be903988175773a4ddcf76010027b47b)
-rw-r--r--lib/ansible/modules/database/postgresql/postgresql_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/database/postgresql/postgresql_info.py b/lib/ansible/modules/database/postgresql/postgresql_info.py
index f394a5f0a9..1512f4bd55 100644
--- a/lib/ansible/modules/database/postgresql/postgresql_info.py
+++ b/lib/ansible/modules/database/postgresql/postgresql_info.py
@@ -248,7 +248,7 @@ databases:
repl_slots:
description:
- Replication slots (available in 9.4 and later)
- U(https://www.postgresql.org/docs/current/catalog-pg-replication-slots.html).
+ U(https://www.postgresql.org/docs/current/view-pg-replication-slots.html).
returned: if existent
type: dict
sample: { "slot0": { "active": false, "database": null, "plugin": null, "slot_type": "physical" } }