mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
parted: Add missing LC_TYPE override for env vars (#26242)
This commit is contained in:
@@ -590,7 +590,7 @@ def main():
|
|||||||
},
|
},
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
)
|
)
|
||||||
module.run_command_environ_update = {'LANG': 'C', 'LC_ALL': 'C', 'LC_MESSAGES': 'C'}
|
module.run_command_environ_update = {'LANG': 'C', 'LC_ALL': 'C', 'LC_MESSAGES': 'C', 'LC_CTYPE': 'C'}
|
||||||
|
|
||||||
# Data extraction
|
# Data extraction
|
||||||
device = module.params['device']
|
device = module.params['device']
|
||||||
|
|||||||
Reference in New Issue
Block a user