Fix doc strings. Missing requirements and doc fragment reference.
This commit is contained in:
parent
b788f45b49
commit
8e6d00f28e
1 changed files with 9 additions and 1 deletions
|
@ -23,7 +23,7 @@ module: docker_service
|
|||
|
||||
short_description: Manage docker services and containers.
|
||||
|
||||
version_added: "2.2"
|
||||
version_added: "2.1"
|
||||
|
||||
author: "Chris Houseknecht (@chouseknecht)"
|
||||
|
||||
|
@ -145,6 +145,14 @@ options:
|
|||
required: false
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
extends_documentation_fragment:
|
||||
- docker
|
||||
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "docker-compose >= 1.7.0"
|
||||
- "Docker API >= 1.20"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue