mirror of https://github.com/ansible/ansible.git
Fixing bug with unicode templates.
The utils.md5s() function would break when calculating checksums for non-ascii characters. Convert to utf-8 first.pull/1995/head
parent
c1b63d1500
commit
7a8b27f716
@ -1,4 +1,4 @@
|
||||
Are you pondering what I'm pondering?
|
||||
Are you pondering what I'm pøndering?
|
||||
|
||||
I think so Brain, but {{ answer }}
|
||||
|
||||
|
Loading…
Reference in New Issue