From b00c00cfb4194ef943e4984904f827c91dfb43d4 Mon Sep 17 00:00:00 2001 From: Paul Durivage Date: Mon, 3 Mar 2014 13:55:37 -0600 Subject: [PATCH] Add note about su support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea81adacd6..6033074015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Major features/changes: * Start of new integration test infrastructure (WIP, more details TBD) * if repoquery is unavailble, the yum module will automatically attempt to install yum-utils * ansible-vault: a framework for encrypting your playbooks and variable files +* added support for privilege escalation via 'su' into bin/ansible and bin/ansible-playbook and associated keywords 'su', 'su_user', 'su_pass' for tasks/plays New modules: