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/test/integration/targets/template
Julien Champseix 19dc267e4c Allow specifying the output encoding in the template module (#42171)
Allow specifying the source and destination files' encodings in the template module

* Added output_encoding to the template module, default to utf-8
* Added documentation for the new variables
* Leveraged the encoding argument on to_text() and to_bytes() to keep the implementation as simple as possible
* Added integration tests with files in utf-8 and windows-1252 encodings, testing all combinations
* fix bad smell test by excluding windows-1252 files from the utf8 checks
* fix bad smell test by excluding valid files from the smart quote test
6 years ago
..
files Allow specifying the output encoding in the template module (#42171) 6 years ago
meta Fix cosmetic problems in YAML source 8 years ago
tasks Allow specifying the output encoding in the template module (#42171) 6 years ago
templates Allow specifying the output encoding in the template module (#42171) 6 years ago
vars Don't restrict local jinja2 variables to those that start with l_ 8 years ago
aliases Update Shippable integration test groups. (#43118) 6 years ago
ansible_managed.cfg Fix when template paths contain non-ascii chars and using the path in ansible_managed 6 years ago
ansible_managed.yml Fix when template paths contain non-ascii chars and using the path in ansible_managed 6 years ago
runme.sh Fix when template paths contain non-ascii chars and using the path in ansible_managed 6 years ago
template.yml Check that AnsibleUndefinedVariable doesn't occur when an unused variable references an undefined variable (#35571) 7 years ago