redfish_command: Avoid power on/off commands if system already in target state (#56069)

* avoid power on/off commands if system already in target state

* add changelog fragment
This commit is contained in:
Bill Dodd
2019-06-10 02:50:04 -05:00
committed by René Moser
parent d86183f595
commit e5972ccbab
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- redfish_command - make power commands idempotent (https://github.com/ansible/ansible/issues/55869)