mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
The default for install-recommends is actually Yes, not No, as is
visible on line 121
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user