mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 13:51:28 -07:00
postgresql_slot - sslrootcert fix (#55277)
This commit is contained in:
parent
cb5c57bcd5
commit
4190985995
2 changed files with 3 additions and 1 deletions
|
@ -340,7 +340,7 @@ def main():
|
|||
"login_password": "password",
|
||||
"port": "port",
|
||||
"sslmode": "ssl_mode",
|
||||
"ca_cert": "ssl_rootcert"
|
||||
"ca_cert": "sslrootcert"
|
||||
}
|
||||
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