Solaris fact fix (#24793)
* ensure locale for solaris fact gathering
fixes issue with locale interfering with proper reading of decimals
fixes #24542
* fixed typoe
(cherry picked from commit e558ec19cd
)
This commit is contained in:
parent
f9d781bcab
commit
20008be317
1 changed files with 1 additions and 0 deletions
|
@ -1564,6 +1564,7 @@ class SunOSHardware(Hardware):
|
|||
platform = 'SunOS'
|
||||
|
||||
def populate(self):
|
||||
self.module.run_command_environ_update = {'LANG': 'C', 'LC_ALL': 'C', 'LC_NUMERIC': 'C'}
|
||||
self.get_cpu_facts()
|
||||
self.get_memory_facts()
|
||||
self.get_dmi_facts()
|
||||
|
|
Loading…
Reference in a new issue