From 85d5901b313bb8edf25bf6ad79805607f07bee27 Mon Sep 17 00:00:00 2001 From: Will Thames Date: Tue, 10 Apr 2018 11:20:14 +1000 Subject: [PATCH] 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 --- .../modules/cloud/amazon/aws_batch_compute_environment.py | 4 ++-- lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py | 4 ++-- lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py | 4 ++-- lib/ansible/modules/cloud/amazon/lambda_policy.py | 2 +- lib/ansible/modules/windows/win_dsc.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_batch_compute_environment.py b/lib/ansible/modules/cloud/amazon/aws_batch_compute_environment.py index c887317271..43f42ee49d 100644 --- a/lib/ansible/modules/cloud/amazon/aws_batch_compute_environment.py +++ b/lib/ansible/modules/cloud/amazon/aws_batch_compute_environment.py @@ -12,8 +12,8 @@ module: aws_batch_compute_environment short_description: Manage AWS Batch Compute Environments description: - This module allows the management of AWS Batch Compute Environments. - 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" diff --git a/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py b/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py index 4feed18ce5..a93d5e4184 100644 --- a/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py +++ b/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py @@ -12,8 +12,8 @@ module: aws_batch_job_definition short_description: Manage AWS Batch Job Definitions description: - This module allows the management of AWS Batch Job Definitions. - 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" diff --git a/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py b/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py index d842629101..126411594b 100644 --- a/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py +++ b/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py @@ -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" diff --git a/lib/ansible/modules/cloud/amazon/lambda_policy.py b/lib/ansible/modules/cloud/amazon/lambda_policy.py index 5b6045ef99..5ee01d01bb 100644 --- a/lib/ansible/modules/cloud/amazon/lambda_policy.py +++ b/lib/ansible/modules/cloud/amazon/lambda_policy.py @@ -15,7 +15,7 @@ description: - This module allows the management of AWS Lambda policy statements. It is idempotent and supports "Check" mode. Use module M(lambda) to manage the lambda function itself, M(lambda_alias) to manage function aliases, M(lambda_event) to manage event source mappings - such as Kinesis streams, M(lambda_invoke) to execute a lambda function and M(lambda_facts) to gather facts + such as Kinesis streams, M(execute_lambda) to execute a lambda function and M(lambda_facts) to gather facts relating to one or more lambda functions. version_added: "2.4" diff --git a/lib/ansible/modules/windows/win_dsc.py b/lib/ansible/modules/windows/win_dsc.py index e9c3561f0e..ba72d98397 100644 --- a/lib/ansible/modules/windows/win_dsc.py +++ b/lib/ansible/modules/windows/win_dsc.py @@ -19,7 +19,7 @@ description: - Requires PowerShell version 5.0 or newer. - Most of the options for this module are dynamic and will vary depending on the DSC Resource specified in I(resource_name). -- See :doc:`windows_dsc` for more information on how to use this module. +- See :doc:`/user_guide/windows_dsc` for more information on how to use this module. options: resource_name: description: