Fix doc strings. Missing requirements and doc fragment reference.

reviewable/pr18780/r1
chouseknecht 9 years ago
parent 298fd0ae56
commit a81d0a6809
No known key found for this signature in database
GPG Key ID: 78F1698C5705A81B

@ -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…
Cancel
Save