mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Add FullPowerCycle to Power commands (#9729)
* Add `FullPowerCycle` to Power commands * Add changelog fragment * Rename command * Fix line length for redfish_command options
This commit is contained in:
@@ -1119,7 +1119,8 @@ class RedfishUtils(object):
|
||||
key = "Actions"
|
||||
reset_type_values = ['On', 'ForceOff', 'GracefulShutdown',
|
||||
'GracefulRestart', 'ForceRestart', 'Nmi',
|
||||
'ForceOn', 'PushPowerButton', 'PowerCycle']
|
||||
'ForceOn', 'PushPowerButton', 'PowerCycle',
|
||||
'FullPowerCycle']
|
||||
|
||||
# command should be PowerOn, PowerForceOff, etc.
|
||||
if not command.startswith('Power'):
|
||||
|
||||
Reference in New Issue
Block a user