ansible/changelogs/fragments/win_uri-fix-header-override.yaml
Jordan Borean 886a88a967
win_uri: backport fix custom header override (#37889)
* append request headers instead of replacing (#37845)

(cherry picked from commit 2c44061a04)

* Added changelog fragment
2018-04-03 08:30:09 +10:00

3 lines
134 B
YAML

bugfixes:
- win_uri - do not override existing header when using the ``headers`` key.
https://github.com/ansible/ansible/pull/37845