Commit c51981b5 by Cove Schneider

add python requirements to docs

parent fbca1ebc
...@@ -27,7 +27,7 @@ DOCUMENTATION = ''' ...@@ -27,7 +27,7 @@ DOCUMENTATION = '''
module: docker module: docker
short_description: manage docker containers short_description: manage docker containers
description: 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: options:
count: count:
description: description:
...@@ -133,6 +133,7 @@ options: ...@@ -133,6 +133,7 @@ options:
required: false required: false
default: default:
aliases: [] aliases: []
requirements: [ "docker-py" ]
author: Cove Schneider author: Cove Schneider
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment