Browse code

Adding CHANGELOG entries for the new vpshere_guest module

James Cammarata authored on 2014/04/24 14:02:18
Showing 1 changed files
... ...
@@ -11,7 +11,8 @@ Major features/changes:
11 11
 * Accelerate improvements:
12 12
   - multiple users can connect with different keys, when `accelerate_multi_key = yes` is specified in the ansible.cfg.
13 13
   - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch.
14
-* ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures
14
+* ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures.
15
+* Added VMWare support with the vsphere_guest module.
15 16
 
16 17
 New Modules:
17 18
 
... ...
@@ -48,6 +49,7 @@ New Modules:
48 48
 * cloud: ec2_asg (configure autoscaling groups)
49 49
 * cloud: ec2_scaling_policy
50 50
 * cloud: ec2_metric_alarm
51
+* cloud: vsphere_guest
51 52
 
52 53
 Other notable changes:
53 54