redfish: Add If-Match ETag header to PATCH requests (#56150)

* add If-Match ETag header to PATCH requests

* add changelog fragment

* ensure header keys are lowercase

* fix dict comprehension for python 2.6 and earlier
This commit is contained in:
Bill Dodd
2019-05-12 03:24:07 -05:00
committed by René Moser
parent 099917ddc8
commit 1a6b95a8f1
2 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- redfish_command - add If-Match etag header to Redfish PATCH requests (https://github.com/ansible/ansible/issues/56050)