Fix issue#6430 by instantiating Network() with expected arguments

reviewable/pr18780/r1
James Laska 11 years ago
parent 92871f8e2e
commit cb63352aff

@ -2297,7 +2297,7 @@ def ansible_facts(module):
facts = {}
facts.update(Facts().populate())
facts.update(Hardware().populate())
facts.update(Network(module).populate())
facts.update(Network().populate())
facts.update(Virtual().populate())
return facts

Loading…
Cancel
Save