From 44cd3147a01f1d1aa18e22d94428bd75368bc750 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Mon, 9 Oct 2017 16:43:25 +1000 Subject: [PATCH] updated changelog for ec2_win_password fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81de24c5d4..8028f6ea1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ Ansible Changes By Release * fixed some parsing and selection issues with inventory manager, fixed minor bugs in yaml and constructed plugins * reverted implicit localhost getting vars from 'all' group * Fix the ping module documentation to reference win_ping instead of itself: https://github.com/ansible/ansible/pull/31444 +* Fix for ec2_win_password to allow blank key_passphrase again (https://github.com/ansible/ansible/pull/28791)