mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Ensure standard locale in run_command (group3-batch2) (#11740)
* run_command locale group3 batch2: 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 (11740) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * remove nmcli from batch2 - moved to dedicated branch 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:
@@ -239,10 +239,8 @@ from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
LVOL_ENV_VARS = dict(
|
||||
# make sure we use the C locale when running lvol-related commands
|
||||
LANG="C",
|
||||
LANGUAGE="C",
|
||||
LC_ALL="C",
|
||||
LC_MESSAGES="C",
|
||||
LC_CTYPE="C",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user