Import boto.ec2 in sns to allow boto profiles to be used
This commit is contained in:
parent
21fce8ac73
commit
42e761df4a
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ from ansible.module_utils.ec2 import *
|
|||
|
||||
try:
|
||||
import boto
|
||||
import boto.ec2
|
||||
import boto.sns
|
||||
except ImportError:
|
||||
print "failed=True msg='boto required for this module'"
|
||||
|
|
Loading…
Reference in a new issue