mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
|
try:
|
||||||
import boto
|
import boto
|
||||||
|
import boto.ec2
|
||||||
import boto.sns
|
import boto.sns
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "failed=True msg='boto required for this module'"
|
print "failed=True msg='boto required for this module'"
|
||||||
|
|||||||
Reference in New Issue
Block a user