mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Add missing urlparse import to s3_bucket (#2110)
This was triggered when S3_URL environment variable was set.
This commit is contained in:
@@ -101,6 +101,7 @@ EXAMPLES = '''
|
||||
'''
|
||||
|
||||
import xml.etree.ElementTree as ET
|
||||
import urlparse
|
||||
|
||||
try:
|
||||
import boto.ec2
|
||||
|
||||
Reference in New Issue
Block a user