mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -657,7 +657,8 @@ def install(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos):
|
|||||||
|
|
||||||
changed = True
|
changed = True
|
||||||
|
|
||||||
rc, out, err = module.run_command(cmd)
|
lang_env = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C')
|
||||||
|
rc, out, err = module.run_command(cmd, environ_update=lang_env)
|
||||||
|
|
||||||
if (rc == 1):
|
if (rc == 1):
|
||||||
for spec in items:
|
for spec in items:
|
||||||
|
|||||||
Reference in New Issue
Block a user