Fix locale_gen to compare native strings rather than mixing byte and text strings

Fixes #19426
This commit is contained in:
Toshio Kuratomi
2017-01-04 00:22:32 -08:00
parent c771ab34c7
commit e98c0a3009
6 changed files with 122 additions and 1 deletions

View File

@@ -22,3 +22,4 @@
- { role: apache2_module, tags: test_apache2_module }
# This removes ~/.ssh/known_hosts and /etc/ssh/known_hosts
- { role: git, tags: test_git }
- { role: locale_gen, tags: test_locale_gen }