mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix errors in hpe specific get methods (#7952)
* Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
102a0857db
commit
dd7c3ad10d
2 changed files with 13 additions and 15 deletions
2
changelogs/fragments/7951-fix-redfish_info-exception.yml
Normal file
2
changelogs/fragments/7951-fix-redfish_info-exception.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "redfish_info - correct uncaught exception when attempting to retrieve ``Chassis`` information (https://github.com/ansible-collections/community.general/pull/7952)."
|
Loading…
Add table
Add a link
Reference in a new issue