From f14d675d2a0e4bd020e326b952d21146119dc174 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 19 May 2016 09:41:11 -0400 Subject: [PATCH] Remove the U(). --- lib/ansible/modules/cloud/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index d0802eca1f7..322b4325a0d 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -29,7 +29,7 @@ short_description: manage docker containers description: - This is the original Ansible module for managing the Docker container life cycle. - NOTE: Additional and newer modules are available. For the latest on orchestrating containers with Ansible - visit our Getting Started with Docker Guide at U(https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst). + visit our Getting Started with Docker Guide at https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst. options: count: description: