Add a changelog for filename encoding in template action fix

This commit is contained in:
Toshio Kuratomi 2018-04-28 09:05:08 -07:00
parent 2976b653ce
commit d90c36e320

View file

@ -0,0 +1,5 @@
---
bugfixes:
- template action plugin - fix the encoding of filenames to avoid tracebacks on
Python2 when characters that are not present in the user's locale are
present. (https://github.com/ansible/ansible/pull/39424)