Browse code

Update changelog

Michael DeHaan authored on 2012/09/12 07:08:57
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@ Ansible Changes By Release
4 4
 0.8 "Cathedral" -- release pending 
5 5
 
6 6
 Misc:
7
+
7 8
 * is_set is available for use inside of an only_if expression:  is_set('ansible_eth0') # etc
8 9
 * removes= exists on command just like creates=
9 10
 * postgresql modules now take an optional port= parameter
... ...
@@ -11,6 +12,11 @@ Misc:
11 11
 * public host key detection for OS X
12 12
 * to_yaml and from_yaml are available as Jinja2 filters
13 13
 * server side action code (template, etc) are now fully pluggable
14
+* lineinfile module now uses 'search' not exact 'match' in regexes, making it much more intuitive and not needing regex syntax most of the time
15
+* $group and $group_names are now accessible in with_items
16
+* playbooks can import playbooks in other directories and then be able to import tasks relative to them
17
+* ansible config file can also go in '.ansible.cfg' in cwd in addition to ~/.ansible.cfg and /etc/ansible/ansible.cfg
18
+* fix for inventory hosts at API level when hosts spec is a list and not a colon delimited string
14 19
 
15 20
 0.7 "Panama" -- Sept 6 2012
16 21