Browse code

update changelog

Michael DeHaan authored on 2013/04/28 23:16:21
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@ Core Features:
21 21
 * new --start-at-task option to ansible playbook allows starting at a specific task name in a long playbook
22 22
 * added a log file for ansible/ansible-playbook, set 'log_path' in the configuration file or ANSIBLE_LOG_PATH in environment
23 23
 
24
-Modules added
24
+Modules added:
25 25
 
26 26
 * rax: module for creating instances in the rackspace cloud (uses pyrax)
27 27
 * npm: node.js package management
... ...
@@ -67,6 +67,9 @@ Bugfixes and Misc Changes:
67 67
 * riak module gets a wait for ring option
68 68
 * improved check mode support in the file module
69 69
 * exception handling added to handle scenario when attempt to log to systemd journal fails
70
+* fix for upstart handling when toggling the enablement and running bits at the same time
71
+* when registering a task with a conditional attached, and the task is skipped by the conditional,
72
+the variable is still registered for the host, with the attribute skipped: True.
70 73
 
71 74
 1.1 "Mean Street" -- 4/2/2013
72 75