Revert "Fix issue#6430 by instantiating Network() with expected arguments"
This reverts commit 2a723e908e
.
This commit is contained in:
parent
2d3296d7bd
commit
c8db3c2db9
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ def ansible_facts(module):
|
||||||
facts = {}
|
facts = {}
|
||||||
facts.update(Facts().populate())
|
facts.update(Facts().populate())
|
||||||
facts.update(Hardware().populate())
|
facts.update(Hardware().populate())
|
||||||
facts.update(Network().populate())
|
facts.update(Network(module).populate())
|
||||||
facts.update(Virtual().populate())
|
facts.update(Virtual().populate())
|
||||||
return facts
|
return facts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue