-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws_s3_cors] module not working with ansible 2.10.3 #304
Comments
Hi @fayaaz , when will this fix be applied? in Ansible 2.10.4 ? |
Hi @m-stojanovic I am not a maintainer of this repository so I could not tell you. |
Thanks for info @fayaaz ! |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
plugins
plugin (any type)
python3
traceback
labels
Jan 13, 2021
Hi @m-stojanovic, thank you for your contribution. This seems to be a duplicate of #269. |
This issue was fixed by #408 and should be available in v1.4.0 of this collection (Ansible 2.10.7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
I have 2 machines. On first I have updated Ansible to 2.10.3, the second is left at 2.9.9.
Ansible aws_s3_cors module does not work with Ansible 2.10.3.
On the first machine which has ansible 2.10.3 and boto3 latest version 1.16.22 I did not have
ISSUE TYPE
COMPONENT NAME
aws_s3_cors
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
STEPS TO REPRODUCE
Run the playbook given in the example with your own keys.yml file that contains information about the AWS account you want to run the playbook for.
EXPECTED RESULTS
To create Cors rules for created S3 bucket with aws_s3_cors ansible module.
Successfully created with ansible 2.9.9. Example on the screenshot
ACTUAL RESULTS
Failed with error for ansible 2.10.3
The text was updated successfully, but these errors were encountered: