From 6fd0316fa607477624ce0bcff57be2ef05e40843 Mon Sep 17 00:00:00 2001
From: Peter Sankauskas <peter@admobius.com>
Date: Thu, 14 Feb 2013 15:27:20 -0800
Subject: [PATCH] The default for install-recommends is actually Yes, not No,
 as is visible on line 121

---
 library/apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/apt b/library/apt
index ee1c974f337..4692ad323f5 100644
--- a/library/apt
+++ b/library/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: