From afc8c42e578efa9d741d9a8a447247eb7d66b98d Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 19 May 2016 10:00:21 -0400 Subject: [PATCH] Fixed the URL in description. It's now valid Yaml. --- lib/ansible/modules/cloud/docker/docker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index 322b4325a0..eb36cdebb8 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -28,8 +28,8 @@ version_added: "1.4" 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 https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst. + - "NOTE: Additional and newer modules are available. For the latest on orchestrating containers with Ansible + visit our Getting Started with Docker Guide at https://github.com/ansible/ansible/blob/devel/docsite/rst/guide_docker.rst." options: count: description: