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