Add a changelog for filename encoding in template action fix

pull/4420/head
Toshio Kuratomi 2018-04-28 09:05:08 -07:00
parent 2976b653ce
commit d90c36e320
1 changed files with 5 additions and 0 deletions

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)