2.1 has been released

Also link to new feature documentation - We need to do more of this

Thanks to kustodian for suggesting this
This commit is contained in:
John R Barker 2016-08-15 10:10:22 +01:00 committed by GitHub
parent 3c65c03a67
commit a8a8ef4682

View file

@ -66,7 +66,7 @@ Ansible Changes By Release
###Minor Changes: ###Minor Changes:
* now -vvv shows exact path from which 'currently executing module' was picked up from. * now -vvv shows exact path from which 'currently executing module' was picked up from.
## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT ## 2.1 "The Song Remains the Same"
###Major Changes: ###Major Changes:
@ -75,7 +75,7 @@ Ansible Changes By Release
* Added new modules for Azure (see below for the full list) * Added new modules for Azure (see below for the full list)
* Added the ability to specify includes as "static" (either through a configuration option or on a per-include basis). When includes are static, * Added the ability to specify includes as "static" (either through a configuration option or on a per-include basis). When includes are static,
they are loaded at compile time and cannot contain dynamic features like loops. they are loaded at compile time and cannot contain dynamic features like loops.
* Added a new strategy `debug`, which allows per-task debugging of playbooks. * Added a new strategy `debug`, which allows per-task debugging of playbooks, for more details see https://docs.ansible.com/ansible/playbooks_debugger.html
* Added a new option for tasks: `loop_control`. This currently only supports one option - `loop_var`, which allows a different loop variable from `item` to be used. * Added a new option for tasks: `loop_control`. This currently only supports one option - `loop_var`, which allows a different loop variable from `item` to be used.
* Added the ability to filter facts returned by the fact gathering setup step using the `gather_subset` option on the play or in the ansible.cfg configuration file. * Added the ability to filter facts returned by the fact gathering setup step using the `gather_subset` option on the play or in the ansible.cfg configuration file.
See http://docs.ansible.com/ansible/intro_configuration.html#gathering for details on the format of the option. See http://docs.ansible.com/ansible/intro_configuration.html#gathering for details on the format of the option.