mirror of https://github.com/ansible/ansible.git
chkconfig localizes messages, ansible fails to recognise
In the particular case of executin "chkconfig --list NAME", ansible
checks the stderr looking for a particular english message.
This message is different in other languages, Spanish for example
(although it have been corrected in the latests versions)
Fixes #29818
(cherry picked from commit e7db3c0eba
)
pull/39511/head
parent
070c7b77ab
commit
f77f605115
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
ensure C locale for chkconfig to allow sane screen scraping https://github.com/ansible/ansible/pull/38980
|
Loading…
Reference in New Issue