From 084b623833bf30b8d7fbd33d0d2304a7cbdb16b6 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 7 Feb 2014 11:06:19 -0500 Subject: [PATCH] Update changelog for ec2 exact_count and count_tag --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c668e6de9..4413ebfcda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Major features/changes: * added no_log: option for tasks. When used, no logging information will be sent to syslog during the module execution. * acl module now handles 'default' and allows for either shorthand entry or specific fields per entry section * play_hosts is a new magic variable to provide a list of hosts in scope for the current play. +* ec2 module now accepts 'exact_count' and 'count_tag' as a way to enforce a running number of nodes by tags. New modules: