Merge pull request #367 from SDFE/devel

Import boto.ec2 in sns to allow boto profiles to be used
This commit is contained in:
Brian Coca 2015-05-04 10:02:35 -04:00
commit 0c716e0435

View file

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