mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07: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
|
# sderr:0:sd0,err:Vendor ATA
|
||||||
|
|
||||||
device_facts = {}
|
device_facts = {}
|
||||||
|
device_facts['devices'] = {}
|
||||||
|
|
||||||
disk_stats = {
|
disk_stats = {
|
||||||
'Product': 'product',
|
'Product': 'product',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue