Documentation update for apt version wildcards from bryanlarsen

This commit is contained in:
Toshio Kuratomi 2014-11-14 09:43:38 -08:00 committed by Matt Clay
parent 9472a27345
commit 83e43415da

View file

@ -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: