From fc3efdb057e05167691fef5cfa078bfda0872971 Mon Sep 17 00:00:00 2001 From: Ansible Test Runner Date: Wed, 24 Aug 2016 11:04:10 -0700 Subject: [PATCH] Changelog entry for https://github.com/ansible/ansible/pull/17225 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2e16ffe09..00776977a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Ansible Changes By Release ###Minor Changes: * Fix a bug with async's poll keyword not making use of ansible_python_interpreter to run (and thus breaking when /usr/bin/python is not present on the remote machine.) +* Fix a bug where hosts that started with a range in inventory were being treated as an invalid section header. ## 2.1.1 "The Song Remains the Same" - 07-28-2016