From b229898f80c4cf75f35d74b276ad4ee4ad94e808 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 3 Nov 2016 07:33:13 -0700 Subject: [PATCH] Add include_vars fix to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee224bd34f..0bcc7ce985f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Ansible Changes By Release * Fixed pip installing packages into virtualenvs using the system pip instead of the virtualenv pip. * Fixed dnf on systems with dnf-2.0.x (some changes in the API). * Fixed traceback with dnf install of groups +* Fix for include_vars only loading files with .yml, .yaml, and .json + extensions. This was only supposed to apply to loading a directory of vars + files. ## 2.2 "The Battle of Evermore" - 11-01-2016