mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added missing alias to docker doc fragment
This commit is contained in:
parent
87d2345cf5
commit
0f9eaedfa9
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ options:
|
||||||
- URL or Unix socket path used to connect to the Docker daemon.
|
- URL or Unix socket path used to connect to the Docker daemon.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
aliases: ['docker_url']
|
||||||
tls_hostname:
|
tls_hostname:
|
||||||
description:
|
description:
|
||||||
- If verifying the name of the host found in the TLS certs, provide the expected host name.
|
- If verifying the name of the host found in the TLS certs, provide the expected host name.
|
||||||
|
|
Loading…
Reference in a new issue