ansible/changelogs/fragments/65238-fix_pacman_stdout_parsing.yml
Lénaïc Huard 10b6038e21 Fix pacman stdout parsing in the Ansible module (#65238)
pacman output is localized and the Ansible module is parsing its output.
So, we need to force the locale.
Add changelog fragment

Fixes #65237
2019-12-23 14:23:46 +05:30

2 lines
125 B
YAML

bugfixes:
- pacman - Fix pacman output parsing on localized environment. (https://github.com/ansible/ansible/issues/65237)