From eeaeeb5a1ffe81e61197791a4ab3b5e2ac2d1f07 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 27 Oct 2015 12:51:48 -0700 Subject: [PATCH] Correct typo in yum module docs --- packaging/os/yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/os/yum.py b/packaging/os/yum.py index 1c8f0c2e127..e1e3341a075 100644 --- a/packaging/os/yum.py +++ b/packaging/os/yum.py @@ -136,7 +136,7 @@ notes: apparent to ansible users because ansible needs to operate on the group 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'. + "@development-tools" and environment groups are "@^gnome-desktop-environment". Use the "yum group list" command to see which category of group the group you want to install falls into.' # informational: requirements for nodes