mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Module requires boto due to ec2.py
This commit is contained in:
committed by
Matt Clay
parent
fd810d16bf
commit
88c08efacd
@@ -147,6 +147,7 @@ tags:
|
||||
'''
|
||||
|
||||
try:
|
||||
import boto
|
||||
import botocore
|
||||
import boto3
|
||||
HAS_BOTO3 = True
|
||||
|
||||
Reference in New Issue
Block a user