Commit eef5a8a8 by Michael DeHaan

Update setup module signature from merge commit.

parent 26efc7ac
......@@ -2306,7 +2306,7 @@ def ansible_facts(module):
def run_setup(module):
setup_options = dict(module_setup=True)
facts = ansible_facts()
facts = ansible_facts(module)
for (k, v) in facts.items():
setup_options["ansible_%s" % k.replace('-', '_')] = v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment