ansible/changelogs/fragments/win_uri-int-status-codes.yaml
Jordan Borean 7e621b3dbe
win_uri: backport 2.5 fix for when status codes are provided as a comma separated list (#38509)
* fix for when status codes are provided as a comma separated list (#38080)

* fix for when status codes are provided as an array of strings

* convert status codes to int, additional tests

(cherry picked from commit c38617a736)

* Added changelog fragment
2018-04-10 14:24:00 +10:00

2 lines
149 B
YAML

bugfixes:
- win_uri - convert status code values to an int before validating them in server response (https://github.com/ansible/ansible/pull/38080)