From 685218623548f10f5994199aba3c4026b0fa4809 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Mar 2019 21:06:37 +0100 Subject: [PATCH] Fix path. (#53904) --- lib/ansible/plugins/doc_fragments/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/docker.py b/lib/ansible/plugins/doc_fragments/docker.py index 5fe812b7ce..4eca66a016 100644 --- a/lib/ansible/plugins/doc_fragments/docker.py +++ b/lib/ansible/plugins/doc_fragments/docker.py @@ -99,7 +99,7 @@ notes: - When connecting to Docker daemon with TLS, you might need to install additional Python packages. For the Docker SDK for Python, version 2.4 or newer, this can be done by installing C(docker[tls]) with M(pip). - Note that the Docker SDK for Python only allows to specify the path to the Docker configuration for very few functions. - In general, it will use C($HOME/docker/config.json) if the C(DOCKER_CONFIG) environment variable is not specified, + In general, it will use C($HOME/.docker/config.json) if the C(DOCKER_CONFIG) environment variable is not specified, and use C($DOCKER_CONFIG/config.json) otherwise. '''