mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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…
Add table
Add a link
Reference in a new issue