fixed call to setup module
This commit is contained in:
parent
92e2f54228
commit
0381923333
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue