mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fixed missing "import traceback" (#23427)
This commit is contained in:
@@ -111,6 +111,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass # will be captured by imported HAS_BOTO3
|
pass # will be captured by imported HAS_BOTO3
|
||||||
|
|
||||||
|
import traceback
|
||||||
|
|
||||||
def get_virtual_gateway_info(virtual_gateway):
|
def get_virtual_gateway_info(virtual_gateway):
|
||||||
virtual_gateway_info = {'VpnGatewayId': virtual_gateway['VpnGatewayId'],
|
virtual_gateway_info = {'VpnGatewayId': virtual_gateway['VpnGatewayId'],
|
||||||
|
|||||||
Reference in New Issue
Block a user