mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
postgresql_slot - sslrootcert fix (#55277)
This commit is contained in:
committed by
John R Barker
parent
cb5c57bcd5
commit
4190985995
@@ -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 != '')
|
||||
|
||||
Reference in New Issue
Block a user