mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Forgot to update copied version of deprecation notice. (#453)
This commit is contained in:
parent
f7cf12555c
commit
b720c8f486
@ -201,9 +201,7 @@ options:
|
|||||||
- When verifying the authenticity of the Docker Host server, provide the expected name of the server.
|
- When verifying the authenticity of the Docker Host server, provide the expected name of the server.
|
||||||
- If the value is not specified in the task, the value of environment variable C(DOCKER_TLS_HOSTNAME) will
|
- If the value is not specified in the task, the value of environment variable C(DOCKER_TLS_HOSTNAME) will
|
||||||
be used instead. If the environment variable is not set, the default value will be used.
|
be used instead. If the environment variable is not set, the default value will be used.
|
||||||
- The current default value is C(localhost). This default is deprecated and will change in community.docker
|
- Note that this option had a default value C(localhost) in older versions. It was removed in community.docker 3.0.0.
|
||||||
2.0.0 to be a value computed from I(docker_host). Explicitly specify C(localhost) to make sure this value
|
|
||||||
will still be used, and to disable the deprecation message which will be shown otherwise.
|
|
||||||
type: str
|
type: str
|
||||||
api_version:
|
api_version:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user