Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions snippets/ansible-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -328367,6 +328371,8 @@
},
"name": {
"required": true,
"type": "list",
"default": [],
"description": [
"Name or list of names of packages to install/remove."
]
Expand Down Expand Up @@ -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.",
Expand Down