mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 13:51:09 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user