From 9f3c43290e1e864163f78d282fff17bc690b53c4 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. --- packaging/apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/apt b/packaging/apt index dd2fed9e465..d0e86e80827 100644 --- a/packaging/apt +++ b/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: