summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-28 09:05:08 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-28 09:17:16 -0700
commitd90c36e320eab9de197e814c8b948ee6017bf717 (patch)
tree00edad864980efdec0e9e80b319653bd8b1c37e4 /changelogs
parent2976b653ce0e8003e790a95014d9481769999294 (diff)
downloadansible-d90c36e320eab9de197e814c8b948ee6017bf717.tar.gz
Add a changelog for filename encoding in template action fix
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/template-filename-encoding.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/template-filename-encoding.yaml b/changelogs/fragments/template-filename-encoding.yaml
new file mode 100644
index 0000000000..162c5d6e9d
--- /dev/null
+++ b/changelogs/fragments/template-filename-encoding.yaml
@@ -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)