mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
[do
* Add U() in front of URL * Add period at end of statement * Spell check Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
452a4ab781
commit
d76a84a6c8
37 changed files with 110 additions and 110 deletions
|
@ -27,7 +27,7 @@ description:
|
|||
- 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).
|
||||
U(https://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.
|
||||
options:
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue