From 93ef35e6a9dbcdbf247c578d712d81597df3789a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 1 Dec 2015 09:14:10 -0800 Subject: [PATCH] Note that su now works with local connection --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ce64d51cf..1f0b1c671a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -325,6 +325,7 @@ newline being stripped you can change your playbook like this: ``` - debug: msg="The error message was: {{error_code |default('') }}" ``` +* The local connection type now supports su as a privilege escalation method ## 1.9.4 "Dancing In the Street" - Oct 9, 2015