diff --git a/lib/ansible/utils/module_docs_fragments/docker.py b/lib/ansible/utils/module_docs_fragments/docker.py index 6c65d0a93a1..465ddc5b98a 100644 --- a/lib/ansible/utils/module_docs_fragments/docker.py +++ b/lib/ansible/utils/module_docs_fragments/docker.py @@ -26,6 +26,7 @@ options: - URL or Unix socket path used to connect to the Docker daemon. required: false default: null + aliases: ['docker_url'] tls_hostname: description: - If verifying the name of the host found in the TLS certs, provide the expected host name. @@ -76,4 +77,4 @@ notes: DOCKER_TLS, DOCKER_TLS_VERIFY and DOCKER_TIMEOUT. If you are using docker machine, run the script shipped with the product that sets up the environment. It will set these variables for you. See https://docker-py.readthedocs.org/en/stable/machine/ for more details. -''' \ No newline at end of file +'''