mirror of https://github.com/ansible/ansible.git
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
(cherry picked from commit 10b6038e21
)
pull/66383/head
parent
dd4e7950fc
commit
73238a5dc0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- pacman - Fix pacman output parsing on localized environment. (https://github.com/ansible/ansible/issues/65237)
|
Loading…
Reference in New Issue