From c51981b5b7d56c6a9ecfa1984584990c5e392fb5 Mon Sep 17 00:00:00 2001 From: Cove Schneider Date: Sun, 13 Oct 2013 21:14:27 -0700 Subject: [PATCH] add python requirements to docs --- library/cloud/docker | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/docker b/library/cloud/docker index 38b6a66420a..17de1fd36d9 100644 --- a/library/cloud/docker +++ b/library/cloud/docker @@ -27,7 +27,7 @@ DOCUMENTATION = ''' module: docker short_description: manage docker containers description: - - Manage the life cycle of docker containers. This module has a dependency on the docker-py python module. + - Manage the life cycle of docker containers. options: count: description: @@ -133,6 +133,7 @@ options: required: false default: aliases: [] +requirements: [ "docker-py" ] author: Cove Schneider '''