diff --git a/lib/ansible/modules/system/parted.py b/lib/ansible/modules/system/parted.py old mode 100755 new mode 100644 index a468c2adaab..8702d5acfbe --- a/lib/ansible/modules/system/parted.py +++ b/lib/ansible/modules/system/parted.py @@ -585,6 +585,7 @@ def main(): }, supports_check_mode=True, ) + module.run_command_environ_update = {'LANG': 'C', 'LC_ALL': 'C', 'LC_MESSAGES': 'C'} # Data extraction device = module.params['device']