mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
postgresql modules: missing_required_libs, removed excess param mapping (#55506)
This commit is contained in:
committed by
John R Barker
parent
62badd76a5
commit
0ff67d0a1c
@@ -347,9 +347,6 @@ def main():
|
||||
set=dict(type='dict'),
|
||||
rename_to=dict(type='str'),
|
||||
db=dict(type='str', aliases=['login_db']),
|
||||
port=dict(type='int', default=5432, aliases=['login_port']),
|
||||
ssl_mode=dict(type='str', default='prefer', choices=['allow', 'disable', 'prefer', 'require', 'verify-ca', 'verify-full']),
|
||||
ca_cert=dict(type='str', aliases=['ssl_rootcert']),
|
||||
session_role=dict(type='str'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user