From dcbe48e2d446c7cb0cdf04c31a70af205073c190 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 6 May 2012 18:34:07 -0400 Subject: [PATCH] Update development changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf59ac3c879..a5cc4eee541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ Ansible Changes By Release * git module now does resets and such to work more smoothly on updates * fix to internals of hacking/test-module development script * ansible-pull script and example playbook (extreme scaling, remediation) +* service fixes to better detect status using return codes of the service script +* ansible INI style format can do groups of groups [groupname:children] and group vars [groupname:vars] +* sudo to a particular user with -U/--sudo-user, or using 'sudo_user: foo' in a playbook 0.3 "Baluchitherium" -- April 23, 2012