mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo. Solaris 9 should now correctly ignore 'brand' and use 'implementation'.
This commit is contained in:
@@ -665,7 +665,7 @@ class SunOSHardware(Hardware):
|
||||
data = line.split(None, 1)
|
||||
key = data[0].strip()
|
||||
# "brand" works on Solaris 10 & 11. "implementation" for Solaris 9.
|
||||
if key == 'module':
|
||||
if key == 'module:':
|
||||
brand = ''
|
||||
elif key == 'brand':
|
||||
brand = data[1].strip()
|
||||
|
||||
Reference in New Issue
Block a user