apt: add a note about extraneous quotes in package name (#82960)

* add a note for user to not to include extraneous single or double
  quotes while specifying package name with a specific version.

Fixes: #82763

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/82977/merge
Abhijeet Kasurde 1 month ago committed by GitHub
parent 1c17fe2d53
commit 208168ee4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,7 @@ options:
description:
- A list of package names, like V(foo), or package specifier with version, like V(foo=1.0) or V(foo>=1.0).
Name wildcards (fnmatch) like V(apt*) and version wildcards like V(foo=1.0*) are also supported.
- Do not use single or double quotes around the version when referring to the package name with a specific version, such as V(foo=1.0) or V(foo>=1.0).
aliases: [ package, pkg ]
type: list
elements: str

Loading…
Cancel
Save