Browse code

Update changelog

Michael DeHaan authored on 2013/04/07 08:02:41
Showing 1 changed files
... ...
@@ -11,6 +11,8 @@ Core Features:
11 11
 * ability to use variables from {{ }} syntax in mainline playbooks, new 'when' conditional,
12 12
   see examples/playbooks/upgraded_vars.yml
13 13
 * can set ansible_private_key_file as an inventory variable (similar to ansible_ssh_host, etc)
14
+* 'when' statement can be affixed to task includes to auto-affix the conditional to each task therein
15
+* cosmetic: "*****" banners in ansible-playbook output are now constant width
14 16
 
15 17
 Modules added
16 18
 
... ...
@@ -38,7 +40,7 @@ Core Features
38 38
 * support for complex arguments to modules (within reason)
39 39
 * can specify ansible_connection=X to define the connection type in inventory variables
40 40
 * a new chroot connection type
41
-* module common code now has basic type checking (and casting) capability 
41
+* module common code now has basic type checking (and casting) capability
42 42
 * module common now supports a 'no_log' attribute to mark a field as not to be syslogged
43 43
 * inventory can now point to a directory containing multiple scripts/hosts files, if using this, put group_vars/host_vars directories inside this directory
44 44
 * added configurable crypt scheme for 'vars_prompt'
... ...
@@ -320,7 +322,7 @@ Plugin changes:
320 320
 * plugin loading code now more streamlined
321 321
 * lookup plugins for DNS text records, environment variables, and redis
322 322
 * added a template lookup plugin $TEMPLATE('filename.j2')
323
-* various tweaks to the EC2 inventory plugin 
323
+* various tweaks to the EC2 inventory plugin
324 324
 * jinja2 filters are now pluggable so it's easy to write your own (to_json/etc, are now impl. as such)
325 325
 
326 326
 0.8 "Cathedral" -- Oct 19, 2012