mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Import boto.ec2 in sns to allow boto profiles to be used
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user