mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
parent
3c3061378b
commit
621b98668f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ from time import sleep
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import boto
|
import boto
|
||||||
|
import boto.ec2 #boto does weird import stuff
|
||||||
HAS_BOTO = True
|
HAS_BOTO = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_BOTO = False
|
HAS_BOTO = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue