From 2b4ee0c19dadef36dfbc2f58d7f69b9fbca3af9f Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 18 May 2016 14:35:20 -0400 Subject: [PATCH] Make the new bits a NOTE --- 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 8b3858ba92..351a6faab7 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. - - 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). + - 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). options: count: description: