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
+2 -2
View File
@@ -21,7 +21,7 @@ options:
- If the value is not specified in the task, the value of environment variable E(DOCKER_HOST) will be used
instead. If the environment variable is not set, the default value will be used.
type: str
default: unix://var/run/docker.sock
default: unix:///var/run/docker.sock
aliases: [ docker_url ]
tls_hostname:
description:
@@ -198,7 +198,7 @@ options:
- If the value is not specified in the task, the value of environment variable E(DOCKER_HOST) will be used
instead. If the environment variable is not set, the default value will be used.
type: str
default: unix://var/run/docker.sock
default: unix:///var/run/docker.sock
aliases: [ docker_url ]
tls_hostname:
description: