From 3c39953dadc9ea8ebedde9d07779b33284df1f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Tue, 24 Nov 2015 11:20:28 +0100 Subject: [PATCH] changelog: minor formating fix --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a18f6d43aa..f99fc270cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -319,9 +319,11 @@ 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. -* 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:: +* 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: + ``` - debug: msg="The error message was: {{error_code |default('') }}" + ``` ## 1.9.4 "Dancing In the Street" - Oct 9, 2015