mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Solaris fact fix (#24793)
* ensure locale for solaris fact gathering fixes issue with locale interfering with proper reading of decimals fixes #24542 * fixed typoe
This commit is contained in:
@@ -1618,6 +1618,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()
|
||||
|
||||
Reference in New Issue
Block a user