mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Missing facts in SunOS module
This commit is contained in:
parent
905fe855e4
commit
1717444f18
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ class SunOSHardware(Hardware):
|
|||
# sderr:0:sd0,err:Vendor ATA
|
||||
|
||||
device_facts = {}
|
||||
device_facts['devices'] = {}
|
||||
|
||||
disk_stats = {
|
||||
'Product': 'product',
|
||||
|
|
Loading…
Add table
Reference in a new issue