From d3d8487729966f362f835d6e17b6c7cf2afb5b6e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 2 Dec 2015 09:08:48 -0800 Subject: [PATCH] added remote environment var setting to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb09fabb3f..efcbb2bdd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -348,6 +348,7 @@ newline being stripped you can change your playbook like this: * Lookup, vars and action plugin pathing has been normalized, all now follow the same sequence to find relative files. * We do not ignore the explicitly set login user for ssh when it matches the 'current user' anymore, this allows overriding .ssh/config when it is set explicitly. Leaving it unset will still use the same user and respect .ssh/config. This also means ansible_ssh_user can now return a None value. +* environment variables passed to remote shells now default to 'controller' settings, with fallback to en_us.UTF8 which was the previous default. * Handling of undefined variables has changed. In most places they will now raise an error instead of silently injecting an empty string. Use the default filter if you want to approximate the old behaviour: ```