From adc3bedaa2f649dafbe2a991d190a99c4da8d3c4 Mon Sep 17 00:00:00 2001 From: jborean93 Date: Fri, 29 Sep 2017 11:14:50 +1000 Subject: [PATCH] Updated changelog for winrm task vars fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ada15b1d5..550f8470882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ Ansible Changes By Release * added fix for win_iis_webapppool to correctly handle array elements * Fix bugs caused by lack of collector ordering like service_mgr being incorrect (https://github.com/ansible/ansible/issues/30753) * Fix os_image when the id parameter is not set in the task. ( https://github.com/ansible/ansible/pull/29147 ) +* Fix for the winrm connection to use proper task vars