You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/template_output_encoding.yml

5 lines
192 B
YAML

---
minor_changes:
- Explicit encoding for the output of the template module, to be able
to generate non-utf8 files from a utf-8 template.
(https://github.com/ansible/proposals/issues/121)