-
Notifications
You must be signed in to change notification settings - Fork 342
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
ec2_vol_info now returns attachment_set dict wrapped in a list #515
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
needs_triage
plugins
plugin (any type)
python3
labels
Sep 30, 2021
Merged
Hi @bradmacpherson, Thanks for this report. This change was introduced in version 2.0.0 to support multi-attachment disks. While it's documented in the changelog as a 'breaking change', we forgot to update the module documentation. |
ansible-zuul bot
pushed a commit
that referenced
this issue
Oct 1, 2021
Doc fix ec2_vol_info SUMMARY attachment_set has always be returned as a list of dictionaries, but the module documented it as a dictionary instead. Let's fix this documentation mismatch. "attachment_set": [{ "attach_time": "2015-10-23T00:22:29.000Z", "deleteOnTermination": "false", "device": "/dev/sdf", "instance_id": "i-8356263c", "status": "attached" }] Fixes: #515 ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_vol_info Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 9, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 9, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 9, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 9, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 16, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
goneri
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Sep 21, 2022
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1722d02
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When retrieving EC2 volume info, each volume's attachment_set dict is now being returned as a list containing that dict:
Should be this:
Issue Type
Bug Report
Component Name
ec2_vol_info
Ansible Version
Collection Versions
AWS SDK versions
Configuration
No response
OS / Environment
Built on Gentoo Linux
Steps to Reproduce
Expected Results
I would expect a data structure like this:
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: