diff --git a/snippets/ansible-data.json b/snippets/ansible-data.json index 583de47..4e7d6db 100644 --- a/snippets/ansible-data.json +++ b/snippets/ansible-data.json @@ -15167,6 +15167,8 @@ "package", "pkg" ], + "type": "list", + "default": [], "description": [ "A list of package names, 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." ] @@ -325083,6 +325085,8 @@ "options": { "name": { "required": true, + "type": "list", + "default": [], "description": [ "Package name, or package specifier with version, like C(name-1.0).", "Be aware that packages are not always named the same and this module will not 'translate' them per distro." @@ -328367,6 +328371,8 @@ }, "name": { "required": true, + "type": "list", + "default": [], "description": [ "Name or list of names of packages to install/remove." ] @@ -390296,6 +390302,8 @@ "aliases": [ "pkg" ], + "type": "list", + "default": [], "description": [ "A package name or package specifier with version, like C(name-1.0).", "If a previous version is specified, the task also needs to turn C(allow_downgrade) on. See the C(allow_downgrade) documentation for caveats with downgrading packages.",