mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Module requires boto due to ec2.py
This commit is contained in:
parent
fd810d16bf
commit
88c08efacd
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ tags:
|
|||
'''
|
||||
|
||||
try:
|
||||
import boto
|
||||
import botocore
|
||||
import boto3
|
||||
HAS_BOTO3 = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue