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/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
8 years ago
..
files Fix test_filters fail because of dict sort (#18105) 8 years ago
meta Fix cosmetic problems in YAML source 8 years ago
tasks Fix hash filter for non-ascii strings and Python3 8 years ago
templates Fix test_filters fail because of dict sort (#18105) 8 years ago
vars Migrate Linux CI roles to test targets. (#17997) 8 years ago
aliases Initial ansible-test implementation. (#18556) 8 years ago