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.
reviewable/pr18780/r1
Jesse Keating 12 years ago
parent a4e6e3d3a3
commit 9f3c43290e

@ -31,7 +31,7 @@ options:
pkg: pkg:
description: description:
- A package name or package specifier with version, like C(foo) or C(foo=1.0) - A package name or package specifier with version, like C(foo) or C(foo=1.0)
required: true required: false
default: null default: null
state: state:
description: description:

Loading…
Cancel
Save