Fix "_is_package_installed() takes exactly 4 arguments, 3 provided" error
This commit is contained in:
parent
0877aae3fe
commit
f0dc27227c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def main():
|
|||
|
||||
cmd = None
|
||||
changed = False
|
||||
installed = _is_package_installed(module, name, easy_install)
|
||||
installed = _is_package_installed(module, name, easy_install, executable_arguments)
|
||||
|
||||
if not installed:
|
||||
if module.check_mode:
|
||||
|
|
Loading…
Add table
Reference in a new issue