mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add a changelog for filename encoding in template action fix
This commit is contained in:
parent
2976b653ce
commit
d90c36e320
1 changed files with 5 additions and 0 deletions
5
changelogs/fragments/template-filename-encoding.yaml
Normal file
5
changelogs/fragments/template-filename-encoding.yaml
Normal 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)
|
Loading…
Reference in a new issue