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