Browse code

fixed wrong changelog entry

Brian Coca authored on 2017/09/28 00:48:58
Showing 1 changed files
... ...
@@ -72,7 +72,7 @@ Ansible Changes By Release
72 72
   - New inventory plugins for creating inventory
73 73
   - Old inventory formats are still supported via plugins
74 74
   - Inline host_list is also an inventory plugin, an example alternative `advanced_host_list` is also provided (it supports ranges)
75
-  - New configuration option to list enabled plugins and precedence order: `whitelist_inventory` in ansible.cfg
75
+  - New configuration option to list enabled plugins and precedence order `[inventory]enable_plugins` in ansible.cfg
76 76
   - vars_plugins have been reworked, they are now run from Vars manager and API has changed (need docs)
77 77
   - Loading group_vars/host_vars is now a vars plugin and can be overridden
78 78
   - It is now possible to specify mulitple inventory sources in the command line (-i /etc/hosts1 -i /opt/hosts2)