mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Merge conflict.
This commit is contained in:
@@ -2305,8 +2305,8 @@ def ansible_facts(module):
|
||||
|
||||
def run_setup(module):
|
||||
|
||||
setup_options = {}
|
||||
facts = ansible_facts(module)
|
||||
setup_options = dict(module_setup=True)
|
||||
facts = ansible_facts()
|
||||
|
||||
for (k, v) in facts.items():
|
||||
setup_options["ansible_%s" % k.replace('-', '_')] = v
|
||||
|
||||
Reference in New Issue
Block a user