mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fix broken links in module documentation (#38469)
* Reflect updated names of the aws_batch_job modules * Remove mention of `lambda_invoke` module which has yet to make it to Ansible. * Update broken rst link in win_dsc module
This commit is contained in:
parent
22f2388ef1
commit
85d5901b31
5 changed files with 8 additions and 8 deletions
|
@ -12,8 +12,8 @@ module: aws_batch_job_queue
|
|||
short_description: Manage AWS Batch Job Queues
|
||||
description:
|
||||
- This module allows the management of AWS Batch Job Queues.
|
||||
It is idempotent and supports "Check" mode. Use module M(batch_compute_environment) to manage the compute
|
||||
environment, M(batch_job_queue) to manage job queues, M(batch_job_definition) to manage job definitions.
|
||||
It is idempotent and supports "Check" mode. Use module M(aws_batch_compute_environment) to manage the compute
|
||||
environment, M(aws_batch_job_queue) to manage job queues, M(aws_batch_job_definition) to manage job definitions.
|
||||
|
||||
version_added: "2.5"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue