mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
remove .geturl()
Can't call geturl on a string.
This commit is contained in:
committed by
Matt Clay
parent
6ff693f975
commit
536bfb521a
@@ -276,7 +276,7 @@ class DockerImageManager:
|
||||
tls_config = docker.tls.TLSConfig(**params)
|
||||
|
||||
self.client = docker.Client(
|
||||
base_url=docker_url.geturl(),
|
||||
base_url=docker_url,
|
||||
version=module.params.get('docker_api_version'),
|
||||
timeout=module.params.get('timeout'),
|
||||
tls=tls_config)
|
||||
|
||||
Reference in New Issue
Block a user