ansible/test/integration/targets/filters
Toshio Kuratomi 99fd2328af Fix hash filter for non-ascii strings and Python3
hashlib hashes operate on byte strings.  When given a text string on
Python3, hashlib backtraces.  When given a text string on Python2,
hashlib will backtrace if the string contains non-ascii characters.
Encode the text string to utf-8 prior to hashing to avoid this problem.

Fixes #21452
2017-02-15 10:50:10 -08:00
..
files
meta Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
tasks Fix hash filter for non-ascii strings and Python3 2017-02-15 10:50:10 -08:00
templates
vars
aliases Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00