Forgot to update copied version of deprecation notice. (#453)

This commit is contained in:
Felix Fontein 2022-08-15 08:01:42 +02:00 committed by GitHub
parent f7cf12555c
commit b720c8f486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: