mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
docs_fragments formatting and typo improvements (#17981)
This commit is contained in:
parent
0ef3ff6a9d
commit
9183bb6391
18 changed files with 133 additions and 136 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue