mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 11:11:29 -07:00
removed previouslly deprecated settings (#55662)
* removed previouslly deprecated settings fixes #55304 * also removed from play context
This commit is contained in:
parent
4bf134756b
commit
183ba93ba3
5 changed files with 2 additions and 116 deletions
|
@ -39,12 +39,6 @@ class ShellBase(AnsiblePlugin):
|
|||
super(ShellBase, self).__init__()
|
||||
|
||||
self.env = {}
|
||||
if C.DEFAULT_MODULE_SET_LOCALE:
|
||||
module_locale = C.DEFAULT_MODULE_LANG
|
||||
self.env = {'LANG': module_locale,
|
||||
'LC_ALL': module_locale,
|
||||
'LC_MESSAGES': module_locale}
|
||||
|
||||
self.tmpdir = None
|
||||
self.executable = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue