mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
postgresql_slot - sslrootcert fix (#55277)
This commit is contained in:
committed by
John R Barker
parent
cb5c57bcd5
commit
4190985995
2
changelogs/fragments/postgresql_slot-fix-sslrootcert.yml
Normal file
2
changelogs/fragments/postgresql_slot-fix-sslrootcert.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- postgresql_slot - fixed sslrootcert mapping to psycopg2 connection string
|
||||
@@ -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