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