From 828e346f2c0bfad30574e08f6a2a4a6f9a97db83 Mon Sep 17 00:00:00 2001 From: Timal Peramune <43286268+tperamun@users.noreply.github.com> Date: Tue, 6 Aug 2019 11:31:13 -0400 Subject: [PATCH] Conflicting Documentation (#60136) ##### SUMMARY "state" parameter isn't "required" since the default is already set to "present" --- lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py | 1 - 1 file changed, 1 deletion(-) 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 126411594bc..943cd0a109c 100644 --- a/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py +++ b/lib/ansible/modules/cloud/amazon/aws_batch_job_queue.py @@ -27,7 +27,6 @@ options: state: description: - Describes the desired state. - required: true default: "present" choices: ["present", "absent"]