-
Notifications
You must be signed in to change notification settings - Fork 341
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
s3_bucket always reports changed=true #2139
Labels
needs_verified
Some one might want to take a look at this and reproduce it to confirm
Comments
hakbailey
added
needs_verified
Some one might want to take a look at this and reproduce it to confirm
and removed
needs_triage
labels
Jun 25, 2024
mandar242
added a commit
to mandar242/amazon.aws
that referenced
this issue
Sep 30, 2024
…lections#2139) SUMMARY Added type hints and function descriptions. Updated return block of the module. ISSUE TYPE Docs Pull Request COMPONENT NAME elb_classic_lb_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: GomathiselviS This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@2ad8a8f
mandar242
added a commit
to mandar242/amazon.aws
that referenced
this issue
Oct 7, 2024
…lections#2139) SUMMARY Added type hints and function descriptions. Updated return block of the module. ISSUE TYPE Docs Pull Request COMPONENT NAME elb_classic_lb_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: GomathiselviS This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@2ad8a8f
mandar242
added a commit
to mandar242/amazon.aws
that referenced
this issue
Oct 21, 2024
…lections#2139) SUMMARY Added type hints and function descriptions. Updated return block of the module. ISSUE TYPE Docs Pull Request COMPONENT NAME elb_classic_lb_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: GomathiselviS This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@2ad8a8f
mandar242
added a commit
to mandar242/amazon.aws
that referenced
this issue
Oct 21, 2024
…lections#2139) SUMMARY Added type hints and function descriptions. Updated return block of the module. ISSUE TYPE Docs Pull Request COMPONENT NAME elb_classic_lb_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: GomathiselviS This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@2ad8a8f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
amazon.aws.s3_bucket
always reportschanged=true
even when the bucket to create already exists.This is with Ceph S3 in case that matters.
Looking at the issues this same problem has been reported in several modules. It might be a good idea to fix all the modules instead of one by one.
Issue Type
Bug Report
Component Name
s3_bucket
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
EL9
Steps to Reproduce
Expected Results
The module should report
changed=false
when bucket already exists.Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: