docs_fragments formatting and typo improvements (#17981)

This commit is contained in:
John R Barker 2016-10-14 15:13:15 +01:00 committed by GitHub
commit 9183bb6391
18 changed files with 133 additions and 136 deletions

View file

@ -29,7 +29,7 @@ options:
aliases: []
aws_secret_key:
description:
- AWS secret key. If not set then the value of the AWS_SECRET_ACCESS_KEY, AWS_SECRET_KEY, or EC2_SECRET_KEY environment variable is used.
- AWS secret key. If not set then the value of the AWS_SECRET_ACCESS_KEY, AWS_SECRET_KEY, or EC2_SECRET_KEY environment variable is used.
required: false
default: null
aliases: [ 'ec2_secret_key', 'secret_key' ]
@ -56,7 +56,7 @@ options:
version_added: "1.5"
profile:
description:
- uses a boto profile. Only works with boto >= 2.24.0
- Uses a boto profile. Only works with boto >= 2.24.0.
required: false
default: null
aliases: []