From 42e761df4a37be65f93ef729ccc59739e2123a20 Mon Sep 17 00:00:00 2001 From: Joe Ray Date: Wed, 1 Apr 2015 17:17:52 +0100 Subject: [PATCH] Import boto.ec2 in sns to allow boto profiles to be used --- notification/sns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notification/sns.py b/notification/sns.py index f2ed178554e..54421b0e9fa 100644 --- a/notification/sns.py +++ b/notification/sns.py @@ -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'"