mirror of https://github.com/ansible/ansible.git
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 earlierpull/56335/head
parent
099917ddc8
commit
1a6b95a8f1
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- redfish_command - add If-Match etag header to Redfish PATCH requests (https://github.com/ansible/ansible/issues/56050)
|
Loading…
Reference in New Issue