summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
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)