diff --git a/lib/ansible/modules/system/parted.py b/lib/ansible/modules/system/parted.py old mode 100755 new mode 100644 index 1bfbecbe391..2ad9f5953dd --- a/lib/ansible/modules/system/parted.py +++ b/lib/ansible/modules/system/parted.py @@ -590,6 +590,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']