From 4efe305f6f6bc1ec87913ccfb0192ac4b7cc0b4a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 27 Sep 2017 11:48:58 -0400 Subject: [PATCH] fixed wrong changelog entry (cherry picked from commit e9649a0598812b436adc7cb6c59d09a4287de176) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b009811887e..ee787d5e735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ Ansible Changes By Release - New inventory plugins for creating inventory - Old inventory formats are still supported via plugins - Inline host_list is also an inventory plugin, an example alternative `advanced_host_list` is also provided (it supports ranges) - - New configuration option to list enabled plugins and precedence order: `whitelist_inventory` in ansible.cfg + - New configuration option to list enabled plugins and precedence order `[inventory]enable_plugins` in ansible.cfg - vars_plugins have been reworked, they are now run from Vars manager and API has changed (need docs) - Loading group_vars/host_vars is now a vars plugin and can be overridden - It is now possible to specify mulitple inventory sources in the command line (-i /etc/hosts1 -i /opt/hosts2)