From f74312e2bdecb1c853e1b4daa69d0225039008ce Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 7 Jun 2018 09:04:25 -0500 Subject: [PATCH] Remove changelog entry for reverted #39365 --- changelogs/fragments/includes.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/changelogs/fragments/includes.yaml b/changelogs/fragments/includes.yaml index a1e9aed2bd2..670d4477110 100644 --- a/changelogs/fragments/includes.yaml +++ b/changelogs/fragments/includes.yaml @@ -3,7 +3,6 @@ minor_changes: - import/include - Cache task_vars to speed up IncludedFile.process_include_results (https://github.com/ansible/ansible/pull/39026) bugfixes: -- import/include - Update TaskInclude _raw_params with the expanded/templated path to file allowing nested includes using host vars in file (https://github.com/ansible/ansible/pull/39365) - dynamic includes - Don't treat undefined vars for conditional includes as truthy (https://github.com/ansible/ansible/pull/39377) - import/include - Ensure role handlers have the proper parent, allowing for correct attribute inheritance (https://github.com/ansible/ansible/pull/39426) - include_role/import_role - Use the computed role name for include_role/import_role so to diffentiate between names computed from host vars (https://github.com/ansible/ansible/pull/39516)