From 0f9eaedfa996e71462ab29e8caad0fd7ac0d07c7 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 25 Apr 2016 10:20:46 -0400 Subject: [PATCH] added missing alias to docker doc fragment --- lib/ansible/utils/module_docs_fragments/docker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +'''