mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 16:21:28 -07:00
correct documentation formatting
This commit is contained in:
parent
bf7851d9ad
commit
ba8cc9493a
4 changed files with 15 additions and 15 deletions
|
@ -40,7 +40,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
- AWS region to create the bucket in. If not set then the value of the AWS_REGION and EC2_REGION environment variables are checked, followed by the aws_region and ec2_region settings in the Boto config file. If none of those are set the region defaults to the S3 Location: US Standard.
|
- "AWS region to create the bucket in. If not set then the value of the AWS_REGION and EC2_REGION environment variables are checked, followed by the aws_region and ec2_region settings in the Boto config file. If none of those are set the region defaults to the S3 Location: US Standard."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
s3_url:
|
s3_url:
|
||||||
|
|
|
@ -20,7 +20,7 @@ short_description: Manage s3 bucket lifecycle rules in AWS
|
||||||
description:
|
description:
|
||||||
- Manage s3 bucket lifecycle rules in AWS
|
- Manage s3 bucket lifecycle rules in AWS
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author: Rob White (@wimnat)
|
author: "Rob White (@wimnat)"
|
||||||
notes:
|
notes:
|
||||||
- If specifying expiration time as days then transition time must also be specified in days
|
- If specifying expiration time as days then transition time must also be specified in days
|
||||||
- If specifying expiration time as a date then transition time must also be specified as a date
|
- If specifying expiration time as a date then transition time must also be specified as a date
|
||||||
|
|
|
@ -24,7 +24,7 @@ module: vmware_target_canonical_facts
|
||||||
short_description: Return canonical (NAA) from an ESXi host
|
short_description: Return canonical (NAA) from an ESXi host
|
||||||
description:
|
description:
|
||||||
- Return canonical (NAA) from an ESXi host based on SCSI target ID
|
- Return canonical (NAA) from an ESXi host based on SCSI target ID
|
||||||
version_added: 2.0
|
version_added: "2.0"
|
||||||
author: Joseph Callen
|
author: Joseph Callen
|
||||||
notes:
|
notes:
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue