mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fixed error on official docs (reported on DOCUMENTATION string). Name param must be pkg and is required.
This commit is contained in:
@@ -27,10 +27,10 @@ description:
|
||||
- Manages apt-packages (such as for Debian/Ubuntu).
|
||||
version_added: "0.0.2"
|
||||
options:
|
||||
name:
|
||||
pkg:
|
||||
description:
|
||||
- A package name or package specifier with version, like C(foo) or C(foo=1.0)
|
||||
required: false
|
||||
required: true
|
||||
default: null
|
||||
state:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user