From b7339209872203d4555c822828b64a15c203e45f Mon Sep 17 00:00:00 2001 From: Moss Date: Tue, 16 Jun 2020 17:34:58 +0200 Subject: [PATCH] Update existing entry on CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb2ca35d..c3218f87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,7 +178,7 @@ builder provisioners and post-processors [GH-8956] * core/HCL: HCL mode now honors -only and -except options. [GH-8947] * core: New template function: aws_secretsmanager [GH-9099] -* provisioner/ansible: Add option to not use localhost proxy adapter. Removes +* provisioner/ansible: Add `use_proxy` option to not use localhost proxy adapter. Removes need for ansible connection_plugin when using WinRM. [GH-8625] * provisioner/powershell: Add `debug_mode` option to help with debugging generated scripts [GH-8996]