Files
community.general/lib/ansible/plugins
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
..
2017-01-25 13:19:10 -05:00
2016-10-13 13:21:40 -04:00
2015-05-03 21:47:26 -05:00
2017-02-02 17:48:53 -08:00