Fixes parted i18n issues (#24991)

* Fixed issue 24969

* Used C locale and global env update.
pull/25273/head
Fabrizio Colonna 8 years ago committed by Brian Coca
parent 3c3e9c3b36
commit f364d7af8e

@ -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']

Loading…
Cancel
Save