Browse code

Organize changelog

Michael DeHaan authored on 2012/11/20 04:22:34
Showing 1 changed files
... ...
@@ -13,19 +13,19 @@ Highlighted core changes:
13 13
 * flag to allow SSH connection to move files by scp vs sftp (in config file)
14 14
 * additional RPM subpackages for easily installing fireball mode deps (server and node)
15 15
 * group_vars/host_vars now available to ansible, not just playbooks
16
+* native ssh connection type (-c ssh) now supports passwords as well as keys
16 17
 
17 18
 Other core changes:
18 19
 
19 20
 * fix for template calls when last character is '$'
20
-* if ansible_*_interpreter is set on a delegated host, it now works as intended
21
+* if ansible_python_interpreter is set on a delegated host, it now works as intended
21 22
 * --limit can now take "," as seperator as well as ";" or ":"
22 23
 * msg is now displaced with newlines when a task fails
23
-* if any with_ plugin has no results in a list (empty with_items, etc), the task is now skipped
24
+* if any with_ plugin has no results in a list (empty list for with_items, etc), the task is now skipped
24 25
 * various output formatting fixes/improvements
25 26
 * fix for Xen dom0/domU detection in default facts
26 27
 * 'ansible_domain' fact now available (ex value: example.com)
27
-* native ssh connection type (-c ssh) now supports passwords as well as keys
28
-* configured remote temp location is now always used even for root
28
+* configured remote temp file location is now always used even for root
29 29
 * 'register'-ed variables are not recorded for skipped hosts (for example, using only_if/when)
30 30
 * duplicate host records for the same host can no longer result when a host is listed in multiple groups
31 31
 * ansible-pull now passes --limit to prevent running on multiple hosts when used with generic playbooks
... ...
@@ -49,7 +49,7 @@ Module additions:
49 49
 * (script) added 'script' module for pushing and running self-deleting remote scripts
50 50
 * (svr4pkg) solaris svr4pkg module
51 51
 
52
-Modules changes:
52
+Module changes:
53 53
 
54 54
 * (authorized key) module uses temp file now to prevent failure on full disk
55 55
 * (fetch) now uses the 'slurp' internal code to work as you would expect under sudo'ed accounts
... ...
@@ -57,8 +57,8 @@ Modules changes:
57 57
 * (get_url) thirsty is no longer required for directory destinations
58 58
 * (git) various git module improvements/tweaks
59 59
 * (group) now subclassed for various platforms, includes SunOS support
60
-* (mysql_db) module takes new grant options
61 60
 * (lineinfile) create= option on lineinfile can create the file when it does not exist
61
+* (mysql_db) module takes new grant options
62 62
 * (postgresql_db) module now takes role_attr_flags
63 63
 * (service) further upgrades to service module service status reporting
64 64
 * (service) tweaks to get service module to play nice with BSD style service systems (rc.conf)