mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Use aws connect calls that allow boto profile use
This commit is contained in:
committed by
Matt Clay
parent
01a28e7d80
commit
1f6c177da0
@@ -157,6 +157,7 @@ import sys
|
||||
try:
|
||||
import boto
|
||||
import boto.iam
|
||||
import boto.ec2
|
||||
HAS_BOTO = True
|
||||
except ImportError:
|
||||
HAS_BOTO = False
|
||||
|
||||
Reference in New Issue
Block a user