Fix Unix socket path. (#736)

This commit is contained in:
Felix Fontein
2024-01-01 22:53:58 +01:00
committed by GitHub
parent 56bbef2b44
commit 199d9e50d3
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from ansible.module_utils.common.collections import is_sequence
from ansible.module_utils.six.moves.urllib.parse import urlparse
DEFAULT_DOCKER_HOST = 'unix://var/run/docker.sock'
DEFAULT_DOCKER_HOST = 'unix:///var/run/docker.sock'
DEFAULT_TLS = False
DEFAULT_TLS_VERIFY = False
DEFAULT_TLS_HOSTNAME = 'localhost' # deprecated