mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Deprecate default for tls_hostname (#134)
* Start removing default. * Add deprecate() function to AnsibleDockerClientBase. * Deprecate default value for tls_hostname. * Add changelog. * Mention deprecation in documentation.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
deprecated_features:
|
||||
- "docker_* modules and plugins, except ``docker_swarm`` connection plugin and ``docker_compose`` and ``docker_stack*` modules - the current default ``localhost`` for ``tls_hostname`` is deprecated. In community.docker 2.0.0 it will be computed from ``docker_host`` instead (https://github.com/ansible-collections/community.docker/pull/134)."
|
||||
Reference in New Issue
Block a user