From b682381d1dd059cb9917d82ee2f6cc7d03204af7 Mon Sep 17 00:00:00 2001 From: tatref Date: Tue, 5 Feb 2019 17:23:01 +0100 Subject: [PATCH] Update "yum group list" command (#51743) --- lib/ansible/modules/packaging/os/yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py index f9c2c11934..b391bdd93c 100644 --- a/lib/ansible/modules/packaging/os/yum.py +++ b/lib/ansible/modules/packaging/os/yum.py @@ -215,7 +215,7 @@ notes: 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 "@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.' - '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