mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed missing "import traceback" (#23427)
This commit is contained in:
parent
9e246a857c
commit
8408c6b454
1 changed files with 1 additions and 0 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue