mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
yum: docs: name is not required (#38758)
This commit is contained in:
parent
fa466be33d
commit
1ff5e975d9
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ options:
|
||||||
- When using state=latest, this can be '*' which means run C(yum -y update).
|
- When using state=latest, this can be '*' which means run C(yum -y update).
|
||||||
- You can also pass a url or a local path to a rpm file (using state=present).
|
- You can also pass a url or a local path to a rpm file (using state=present).
|
||||||
To operate on several packages this can accept a comma separated list of packages or (as of 2.0) a list of packages.
|
To operate on several packages this can accept a comma separated list of packages or (as of 2.0) a list of packages.
|
||||||
required: true
|
|
||||||
aliases: [ pkg ]
|
aliases: [ pkg ]
|
||||||
exclude:
|
exclude:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue