Import boto.ec2 in sns to allow boto profiles to be used

reviewable/pr18780/r1
Joe Ray 10 years ago
parent 21fce8ac73
commit 42e761df4a

@ -105,6 +105,7 @@ from ansible.module_utils.ec2 import *
try: try:
import boto import boto
import boto.ec2
import boto.sns import boto.sns
except ImportError: except ImportError:
print "failed=True msg='boto required for this module'" print "failed=True msg='boto required for this module'"

Loading…
Cancel
Save