mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
add default nolog param for VPN PreSharedKey (#47788)
This commit is contained in:
@@ -701,7 +701,7 @@ def main():
|
||||
vpn_gateway_id=dict(type='str'),
|
||||
tags=dict(default={}, type='dict'),
|
||||
connection_type=dict(default='ipsec.1', type='str'),
|
||||
tunnel_options=dict(type='list', default=[]),
|
||||
tunnel_options=dict(no_log=True, type='list', default=[]),
|
||||
static_only=dict(default=False, type='bool'),
|
||||
customer_gateway_id=dict(type='str'),
|
||||
vpn_connection_id=dict(type='str'),
|
||||
|
||||
Reference in New Issue
Block a user