mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Give include_recommends a useless default to make the parser happy.
This commit is contained in:
committed by
Matt Clay
parent
f9c435ebd5
commit
a32e5932e9
@@ -339,7 +339,7 @@ def expand_pkgspec_from_fnmatches(m, pkgspec, cache):
|
||||
return new_pkgspec
|
||||
|
||||
def install(m, pkgspec, cache, upgrade=False, default_release=None,
|
||||
install_recommends, force=False,
|
||||
install_recommends='default', force=False,
|
||||
dpkg_options=expand_dpkg_options(DPKG_OPTIONS),
|
||||
build_dep=False):
|
||||
pkg_list = []
|
||||
|
||||
Reference in New Issue
Block a user