Documentation update for apt version wildcards from bryanlarsen
This commit is contained in:
parent
c6522620c5
commit
c389cd671f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ version_added: "0.0.2"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
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
|
required: false
|
||||||
default: null
|
default: null
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Reference in a new issue