pep8 fixes for module_docs_fragments (#21876)

This commit is contained in:
Matt Martz 2017-02-24 02:01:03 -06:00 committed by René Moser
commit 36e6c7973d
11 changed files with 23 additions and 17 deletions

View file

@ -23,7 +23,9 @@ class ModuleDocFragment(object):
options:
ec2_url:
description:
- Url to use to connect to EC2 or your Eucalyptus cloud (by default the module will use EC2 endpoints). Ignored for modules where region is required. Must be specified for all other modules if region is not used. If not set then the value of the EC2_URL environment variable, if any, is used.
- Url to use to connect to EC2 or your Eucalyptus cloud (by default the module will use EC2 endpoints).
Ignored for modules where region is required. Must be specified for all other modules if region is not used.
If not set then the value of the EC2_URL environment variable, if any, is used.
required: false
default: null
aliases: []