Closed levinse closed 1 year ago
Files identified in the description:
lib/ansible/plugins/inventory
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/lib/ansible/plugins/inventory)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
HI @levinse
Thanks for taking the time to report this issue. As you found the fix, could you please take some time to submit a PR?
Thanks
@tremble Can we close this?
fixed by #1332
Summary
aws_rds inventory plugin does not return any results due to regression in 478022695b333043857a6929b350a2a3c07ae567.
This commit, ostensibly named "linting", has actually removed the following line in plugins/inventory/aws_rds.py:
This causes the inventory plugin to return no data. Restoring this line fixes the expected output.
Issue Type
Bug Report
Component Name
aws_rds inventory plugin
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
No response
Steps to Reproduce
Expected Results
I expected some inventory results to appear
Actual Results
Code of Conduct