Add support for Redfish PowerCycle reset type (#7113)

* Add support for Redfish PowerCycle reset type

* Add changelog frament
This commit is contained in:
Scott Seekamp
2023-08-14 13:59:24 -06:00
committed by GitHub
parent 55cfd27be9
commit 6a558734f7
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- redfish_utils module utils - add support for ``PowerCycle`` reset type for ``redfish_command`` responses feature (https://github.com/ansible-collections/community.general/issues/7083).