The default for install-recommends is actually Yes, not No, as is
visible on line 121
This commit is contained in:
parent
637bc5c3d6
commit
408d4604d7
1 changed files with 1 additions and 1 deletions
2
apt
2
apt
|
@ -59,7 +59,7 @@ options:
|
|||
description:
|
||||
- Corresponds to the C(--no-install-recommends) option for I(apt), default behavior works as apt's default behavior, C(no) does not install recommended packages. Suggested packages are never installed.
|
||||
required: false
|
||||
default: "no"
|
||||
default: "yes"
|
||||
choices: [ "yes", "no" ]
|
||||
force:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue