mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Fix n3k power supply facts (#49150)
This commit is contained in:
parent
ecd995496c
commit
af1e6878e9
1 changed files with 5 additions and 1 deletions
|
@ -734,9 +734,13 @@ class Legacy(FactsBase):
|
||||||
('psmodel', 'model'),
|
('psmodel', 'model'),
|
||||||
('psnum', 'number'),
|
('psnum', 'number'),
|
||||||
('ps_status', 'status'),
|
('ps_status', 'status'),
|
||||||
|
('ps_status_3k', 'status'),
|
||||||
('actual_out', 'actual_output'),
|
('actual_out', 'actual_output'),
|
||||||
('actual_in', 'actual_in'),
|
('actual_in', 'actual_in'),
|
||||||
('total_capa', 'total_capacity')
|
('total_capa', 'total_capacity'),
|
||||||
|
('input_type', 'input_type'),
|
||||||
|
('watts', 'watts'),
|
||||||
|
('amps', 'amps')
|
||||||
])
|
])
|
||||||
|
|
||||||
def populate(self):
|
def populate(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue