mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 22:01:27 -07:00
postgresql modules: missing_required_libs, removed excess param mapping (#55506)
This commit is contained in:
parent
62badd76a5
commit
0ff67d0a1c
7 changed files with 9 additions and 29 deletions
|
@ -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'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue