mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 13:51:28 -07:00
postgresql_owner: fix doc (#55091)
* postgresql_owner: fix doc * postgresql_owner: fix doc * postgresql_owner: fix doc
This commit is contained in:
parent
c3e50db1d5
commit
d3dae4a444
3 changed files with 9 additions and 26 deletions
|
@ -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 != '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue