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