From 3b67e7556224102467d8dd4ee0ae3062810a76be Mon Sep 17 00:00:00 2001 From: christiangonre <48097984+christiangonre@users.noreply.github.com> Date: Tue, 11 Feb 2020 16:18:14 +0100 Subject: [PATCH] Update aws_batch_job_definition.py (#67082) ##### SUMMARY ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ac086109854..af44ae61e83 100644 --- a/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py +++ b/lib/ansible/modules/cloud/amazon/aws_batch_job_definition.py @@ -188,7 +188,7 @@ EXAMPLES = ''' state: present tasks: - name: My Batch Job Definition - batch_job_definition: + aws_batch_job_definition: job_definition_name: My Batch Job Definition state: present type: container @@ -216,7 +216,7 @@ output: description: "returns what action was taken, whether something was changed, invocation and response" returned: always sample: - batch_job_definition_action: none + aws_batch_job_definition_action: none changed: false response: job_definition_arn: "arn:aws:batch:...."