mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
* Set C locale when calling nmcli.
* Add changelog.
(cherry picked from commit e48083e66b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
db24f9857a
commit
54725bea77
2 changed files with 3 additions and 0 deletions
|
@ -1760,6 +1760,7 @@ def main():
|
|||
),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
module.run_command_environ_update = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C', LC_CTYPE='C')
|
||||
|
||||
if not HAVE_DBUS:
|
||||
module.fail_json(msg=missing_required_lib('dbus'), exception=DBUS_IMP_ERR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue