Documentation update for apt version wildcards from bryanlarsen
This commit is contained in:
parent
9472a27345
commit
83e43415da
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ version_added: "0.0.2"
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- A package name, like C(foo), or package specifier with version, like C(foo=1.0). Wildcards (fnmatch) like apt* are also supported.
|
||||
- A package name, like C(foo), or package specifier with version, like C(foo=1.0). Name wildcards (fnmatch) like C(apt*) and version wildcards like C(foo=1.0*) are also supported.
|
||||
required: false
|
||||
default: null
|
||||
state:
|
||||
|
|
Loading…
Reference in a new issue