add python requirements to docs
This commit is contained in:
parent
3859da2a76
commit
0fc525ff11
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue