ansible/changelogs/fragments/service_local_fix.yml
Adrian Lopez f77f605115 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)
2018-04-27 11:26:57 -04:00

2 lines
120 B
YAML

bugfixes:
ensure C locale for chkconfig to allow sane screen scraping https://github.com/ansible/ansible/pull/38980