From 86bc2ec08a1852a1da3fca815ba21d003c3d7c31 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 18 Jun 2013 16:25:46 -0700 Subject: [PATCH] pkg option of apt is not required You can use apt module with update_cache and without specifying a package. Update the docs to reflect this. --- library/packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/apt b/library/packaging/apt index dd2fed9e465..d0e86e80827 100644 --- a/library/packaging/apt +++ b/library/packaging/apt @@ -31,7 +31,7 @@ options: pkg: description: - A package name or package specifier with version, like C(foo) or C(foo=1.0) - required: true + required: false default: null state: description: