mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Revert "Fix issue#6430 by instantiating Network() with expected arguments"
This reverts commit 2a723e908e.
This commit is contained in:
@@ -2297,7 +2297,7 @@ def ansible_facts(module):
|
||||
facts = {}
|
||||
facts.update(Facts().populate())
|
||||
facts.update(Hardware().populate())
|
||||
facts.update(Network().populate())
|
||||
facts.update(Network(module).populate())
|
||||
facts.update(Virtual().populate())
|
||||
return facts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user