From 8f9b4f9711ec9f24f6e0b513ea8dd5af73189767 Mon Sep 17 00:00:00 2001 From: jborean93 Date: Wed, 4 Oct 2017 13:09:29 +1000 Subject: [PATCH] updated changelog for windows become fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c52b69f90..f64bc349208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ Ansible Changes By Release * Give an informative error instead of a traceback if include_vars dir is file instead of directory (https://github.com/ansible/ansible/pull/31157) * Fix monit module's version check for color support (https://github.com/ansible/ansible/pull/31212) * Max `elasticsearch_plugin` module work with both 2.x and 5.x (https://github.com/ansible/ansible/issues/21989) +* Fix for become on Windows to handle ignored errors (https://github.com/ansible/ansible/issues/30468)