add python requirements to docs
This commit is contained in:
parent
fbca1ebc04
commit
c51981b5b7
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
required: false
|
required: false
|
||||||
default:
|
default:
|
||||||
aliases: []
|
aliases: []
|
||||||
|
requirements: [ "docker-py" ]
|
||||||
author: Cove Schneider
|
author: Cove Schneider
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue