mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 10:11:30 -07:00
Update setup module signature from merge commit.
This commit is contained in:
parent
26efc7ace8
commit
eef5a8a847
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue