Merge pull request #367 from SDFE/devel

Import boto.ec2 in sns to allow boto profiles to be used
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 0c716e0435

@ -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