mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
yum/dnf: fail when space separated string of names (#47109)
* yum/dnf: fail when space separated string of names * Groups allow spaces in names
This commit is contained in:
parent
c21f92f8f7
commit
e8b6864e21
3 changed files with 13 additions and 3 deletions
|
@ -26,9 +26,10 @@ description:
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- "A list of package names, or package specifier with version, like C(name-1.0)
|
||||
- "A package name or package specifier with version, like C(name-1.0).
|
||||
When using state=latest, this can be '*' which means run: dnf -y update.
|
||||
You can also pass a url or a local path to a rpm file."
|
||||
You can also pass a url or a local path to a rpm file.
|
||||
To operate on several packages this can accept a comma separated string of packages or a list of packages."
|
||||
required: true
|
||||
aliases:
|
||||
- pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue