From 1b8ebfb224d97409cfd287f60e9b717976083cae Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 30 Jun 2013 19:55:00 -0400 Subject: [PATCH] Changelog updates --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf7e78473..46d4f1f45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,11 @@ Misc changes: * git module now automatically pulls down git submodules * negated patterns don't require "all:!foo", you can just say "!foo" now to select all not foos. * fix for Debian services always reporting changed when toggling enablement bit +* roles files now tolerate files named 'main.yaml' and 'main' in addition to main.yaml +* some help cleanup to command line flags on scripts +* force option reinstated for file module, can create symlinks to non-existant files, etc +* added termination support to ec2 module +* --ask-sudo-pass or --sudo-user does not enable all options to use sudo in ansible-playbook 1.2 "Right Now" -- June 10, 2013