diff options
author | jborean93 <jborean93@gmail.com> | 2017-10-04 13:09:29 +1000 |
---|---|---|
committer | jborean93 <jborean93@gmail.com> | 2017-10-04 13:09:29 +1000 |
commit | 8f9b4f9711ec9f24f6e0b513ea8dd5af73189767 (patch) | |
tree | c112c31254505b3bfa22749de29440f0f6c316a6 /CHANGELOG.md | |
parent | 39196a7f2f670ad9c994ea48a494081a840d0dd6 (diff) | |
download | ansible-8f9b4f9711ec9f24f6e0b513ea8dd5af73189767.tar.gz |
updated changelog for windows become fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c52b69f9..f64bc34920 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) <a id="2.4"></a> |