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

pull/18777/head
Joe Ray 10 years ago committed by Matt Clay
parent c3ce2eb169
commit a91c8caee0

@ -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…
Cancel
Save