mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
pep8 fixes for module_docs_fragments (#21876)
This commit is contained in:
parent
cfb1f72d1c
commit
36e6c7973d
11 changed files with 23 additions and 17 deletions
|
@ -23,7 +23,8 @@ class ModuleDocFragment(object):
|
|||
options:
|
||||
region:
|
||||
description:
|
||||
- The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used. See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region)
|
||||
- The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used.
|
||||
See U(http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region)
|
||||
required: false
|
||||
aliases: [ 'aws_region', 'ec2_region' ]
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue