mirror of https://github.com/ansible/ansible.git
redfish_utils: fix reference to local variable 'systems_service' (#50298)
* fixes issue 50296
* fixes the indentation of the return statement
* Adds a conditional test into `_find_systems_resource()` to check the existence
of the Members of System resource
* updates the error message
* harden the conditional test
* Add a changelog
(cherry picked from commit 94a1d86d70
)
pull/50899/head
parent
40cec0e4f4
commit
361f34b4fe
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- redfish_utils - fix reference to local variable 'systems_service'
|
Loading…
Reference in New Issue