Files
community.general/lib/ansible/plugins/callback
Tobias Wolf 25a48fb89e Allow Unicode chars to be dumped by yaml stdout callback (#40188)
* Allow Unicode chars to be dumped by yaml stdout callback

Allow Unicode in yaml.dumper to support printing strings unescaped with
\uxxx chars.

Cf. https://stackoverflow.com/a/29600111

* Switch from decode('utf-8') to the more compatible to_text()
2018-05-15 15:23:13 -07:00
..
2018-02-12 16:52:04 -05:00
2018-01-02 17:17:53 -08:00
2018-04-10 17:25:24 -04:00
2018-04-18 20:54:14 +01:00
2018-04-19 15:51:06 -04:00