Skip to content

Commit

Permalink
Fix n3k power supply facts (ansible#49150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiebe authored and trishnaguha committed Nov 29, 2018
1 parent ecd9954 commit af1e687
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/ansible/modules/network/nxos/nxos_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,13 @@ class Legacy(FactsBase):
('psmodel', 'model'),
('psnum', 'number'),
('ps_status', 'status'),
('ps_status_3k', 'status'),
('actual_out', 'actual_output'),
('actual_in', 'actual_in'),
('total_capa', 'total_capacity')
('total_capa', 'total_capacity'),
('input_type', 'input_type'),
('watts', 'watts'),
('amps', 'amps')
])

def populate(self):
Expand Down

0 comments on commit af1e687

Please sign in to comment.