From b720c8f486d82e4115cad89cc0f62fa3dd5f4db2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 15 Aug 2022 08:01:42 +0200 Subject: [PATCH] Forgot to update copied version of deprecation notice. (#453) --- plugins/doc_fragments/docker.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/doc_fragments/docker.py b/plugins/doc_fragments/docker.py index 5cea62c3..81782915 100644 --- a/plugins/doc_fragments/docker.py +++ b/plugins/doc_fragments/docker.py @@ -201,9 +201,7 @@ options: - 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 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 - 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. + - Note that this option had a default value C(localhost) in older versions. It was removed in community.docker 3.0.0. type: str api_version: description: