mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
parent
491a00af21
commit
c115c34a1f
2 changed files with 2 additions and 1 deletions
|
@ -192,6 +192,7 @@ class AnsibleModule(object):
|
|||
self.argument_spec[k] = v
|
||||
|
||||
os.environ['LANG'] = MODULE_LANG
|
||||
os.environ['LC_CTYPE'] = MODULE_LANG
|
||||
(self.params, self.args) = self._load_params()
|
||||
|
||||
self._legal_inputs = ['CHECKMODE', 'NO_LOG']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue