mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fix various RST warnings (#34084)
* Fix various RST warnings * shorter lines
This commit is contained in:
parent
20174f1c47
commit
c50da48049
5 changed files with 20 additions and 23 deletions
|
@ -24,14 +24,11 @@ extends_documentation_fragment:
|
|||
- aws
|
||||
- ec2
|
||||
description:
|
||||
- Create and manage AWS Datapipelines. Creation is not idempotent in AWS,
|
||||
so the uniqueId is created by hashing the options (minus objects) given to the datapipeline.
|
||||
|
||||
The pipeline definition must be in the format given here
|
||||
- Create and manage AWS Datapipelines. Creation is not idempotent in AWS, so the I(uniqueId) is created by hashing the options (minus objects)
|
||||
given to the datapipeline.
|
||||
- The pipeline definition must be in the format given here
|
||||
U(http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_PutPipelineDefinition.html#API_PutPipelineDefinition_RequestSyntax).
|
||||
|
||||
Also operations will wait for a configurable amount
|
||||
of time to ensure the pipeline is in the requested state.
|
||||
- Also operations will wait for a configurable amount of time to ensure the pipeline is in the requested state.
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue