From 4209abe6aafcd8846c5aedebbed7ce3074d8c086 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 24 Apr 2014 00:02:18 -0500 Subject: [PATCH] Adding CHANGELOG entries for the new vpshere_guest module --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c22087ff3..94885a6b709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ Major features/changes: * Accelerate improvements: - multiple users can connect with different keys, when `accelerate_multi_key = yes` is specified in the ansible.cfg. - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch. -* ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures +* ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures. +* Added VMWare support with the vsphere_guest module. New Modules: @@ -48,6 +49,7 @@ New Modules: * cloud: ec2_asg (configure autoscaling groups) * cloud: ec2_scaling_policy * cloud: ec2_metric_alarm +* cloud: vsphere_guest Other notable changes: