Make sure we are comparing bytes extensions in inventory plugins (#42475)

* Ensure we are comparing text paths with extensions. Fixes #42118

* Add changelog
This commit is contained in:
Matt Martz
2018-07-09 11:24:51 -05:00
committed by Brian Coca
parent 8e1d223301
commit abb05c98f3
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- inventory - When using an inventory directory, ensure extension comparison uses text types (https://github.com/ansible/ansible/pull/42475)