mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fixed call to setup module
This commit is contained in:
@@ -38,7 +38,7 @@ class ActionModule(ActionBase):
|
||||
pass # could not get it from template!
|
||||
|
||||
if module == 'auto':
|
||||
module = self._execute_module(module_name=setup, module_args={filter: 'ansible_pkg_mgr'}, task_vars=task_vars)
|
||||
module = self._execute_module(module_name='setup', module_args={filter: 'ansible_pkg_mgr'}, task_vars=task_vars)
|
||||
|
||||
if module != 'auto':
|
||||
# run the 'package' module
|
||||
|
||||
Reference in New Issue
Block a user