mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
Fix "_is_package_installed() takes exactly 4 arguments, 3 provided" error
This commit is contained in:
committed by
Matt Clay
parent
b3be960d24
commit
70235a930b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user