mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Ensure standard locale in run_command (group3-batch3) (#11741)
* run_command locale group3 batch3: normalise to LANGUAGE=C, LC_ALL=C Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix changelog fragment: bugfixes, American English, separate code spans Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix changelog fragment: correct PR number (11741) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -93,7 +93,7 @@ class Rhsm:
|
||||
self.module = module
|
||||
self.rhsm_bin = self.module.get_bin_path("subscription-manager", required=True)
|
||||
self.rhsm_kwargs = {
|
||||
"environ_update": dict(LANG="C", LC_ALL="C", LC_MESSAGES="C"),
|
||||
"environ_update": dict(LANGUAGE="C", LC_ALL="C"),
|
||||
"expand_user_and_vars": False,
|
||||
"use_unsafe_shell": False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user