mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Update "yum group list" command (#51743)
This commit is contained in:
parent
fc4d04efc2
commit
b682381d1d
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ notes:
|
||||||
of packages in a single transaction and yum requires groups to be specified
|
of packages in a single transaction and yum requires groups to be specified
|
||||||
in different ways when used in that way. Package groups are specified as
|
in different ways when used in that way. Package groups are specified as
|
||||||
"@development-tools" and environment groups are "@^gnome-desktop-environment".
|
"@development-tools" and environment groups are "@^gnome-desktop-environment".
|
||||||
Use the "yum group list" command to see which category of group the group
|
Use the "yum group list hidden ids" command to see which category of group the group
|
||||||
you want to install falls into.'
|
you want to install falls into.'
|
||||||
- 'The yum module does not support clearing yum cache in an idempotent way, so it
|
- 'The yum module does not support clearing yum cache in an idempotent way, so it
|
||||||
was decided not to implement it, the only method is to use shell and call the yum
|
was decided not to implement it, the only method is to use shell and call the yum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue