From e283cba628f6c0a4aa6f53162df42f886c2151d5 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 3 Mar 2016 19:31:48 -0500 Subject: [PATCH] added new modules and feature data --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216cd72d46e..f3d871bb9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,15 @@ Ansible Changes By Release ####New Modules: * aws: ec2_vol_facts -* aws: ec2_vpc_dhcp_options.py +* aws: ec2_vpc_dhcp_options * aws: ec2_vpc_net_facts * cloudstack: cs_volume +* cloudstack: cs_configuration +* cloudstack: cs_resourcelimit +* cloudstack: cs_instance_facts +* cloudstack: cs_pod +* cloudstack: cs_cluster +* cloudstack: cs_zone * win_regmerge * win_timezone * yum_repository @@ -32,6 +38,7 @@ Ansible Changes By Release * callbacks now have access to the options with which the CLI was called * debug is now controlable with verbosity +* modules now get verbosity, diff and other flags as passed to ansible ## 2.0.1 "Over the Hills and Far Away"