From 664fa1e942ab5004b99f0dfd83f126c9555ec747 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 30 Sep 2014 15:05:03 -0400 Subject: [PATCH] Changelog entry for #9182 specifying the sudo command. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b84708e220..c443a5552cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ Some other notable changes: * various parser improvements * produce a friendly error message if the SSH key is too permissive * ec2_ami_search: support for SSD and IOPS provisioned EBS images +* can set ansible_sudo_exe as an inventory variable which allows specifying + a different sudo (or equivalent) command And various other bug fixes and improvements ...