postgresql_owner: fix doc (#55091)

* postgresql_owner: fix doc

* postgresql_owner: fix doc

* postgresql_owner: fix doc
This commit is contained in:
Andrey Klychkov 2019-04-10 16:54:27 +03:00 committed by John R Barker
parent c3e50db1d5
commit d3dae4a444
3 changed files with 9 additions and 26 deletions

View file

@ -340,7 +340,7 @@ def main():
"login_password": "password",
"port": "port",
"sslmode": "ssl_mode",
"ssl_rootcert": "ssl_rootcert"
"ca_cert": "ssl_rootcert"
}
kw = dict((params_map[k], v) for (k, v) in module.params.items()
if k in params_map and v != '')