summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-09-30 15:05:03 -0400
committerToshio Kuratomi <toshio@fedoraproject.org>2014-09-30 15:06:17 -0400
commit664fa1e942ab5004b99f0dfd83f126c9555ec747 (patch)
tree72a0ce7075840d7934b383bee1eb357daa195d4a /CHANGELOG.md
parent0af750e3e5779976a589b809ae14c28767b5896b (diff)
downloadansible-664fa1e942ab5004b99f0dfd83f126c9555ec747.tar.gz
Changelog entry for #9182 specifying the sudo command.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b84708e22..c443a5552c 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 ...