Browse code

Updated changelog

Michael DeHaan authored on 2013/08/17 11:14:15
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@ Ansible Changes By Release
5 5
 
6 6
 Highlighted new features:
7 7
 
8
-* (DOCS PENDING) new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
8
+* new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
9 9
 * ability to make undefined template variables raise errors, see ansible.cfg
10 10
 * (DOCS PENDING) sudo: True/False and sudo_user: True/False can set at include and role level
11 11
 * added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
... ...
@@ -13,6 +13,7 @@ Highlighted new features:
13 13
 * external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts
14 14
 * if --forks exceeds the numbers of hosts, it will be automatically reduced, set forks to 0 and you get "as many forks as I have hosts" out of the box.
15 15
 * enabling error_on_undefined_vars by default, which will make errors in playbooks more obvious
16
+* role dependencies -- be able to have one role pull in another, with parameters of its own.
16 17
 
17 18
 New modules:
18 19