From 2a6b03459b09df70580db139dc0f5863853d206a Mon Sep 17 00:00:00 2001 From: KrdLab Date: Thu, 8 Feb 2018 08:27:47 +0900 Subject: [PATCH] Fix aws_s3_cors documentation (#35684) --- lib/ansible/modules/cloud/amazon/aws_s3_cors.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_s3_cors.py b/lib/ansible/modules/cloud/amazon/aws_s3_cors.py index e41748bf9db..553c3bcb25d 100644 --- a/lib/ansible/modules/cloud/amazon/aws_s3_cors.py +++ b/lib/ansible/modules/cloud/amazon/aws_s3_cors.py @@ -27,8 +27,7 @@ options: state: description: - Create or remove cors on the s3 bucket - required: false - default: present + required: true choices: [ 'present', 'absent' ] extends_documentation_fragment: - aws