From 1171da6fcdc713a8d9a8ad96f8c56b500c5c6144 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 4 Apr 2012 20:33:00 -0400 Subject: [PATCH] Update examples page to mention group capabilities aren't all that are listed on the examples page --- rst/examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rst/examples.rst b/rst/examples.rst index 7f165f34c1..5afab3f78e 100644 --- a/rst/examples.rst +++ b/rst/examples.rst @@ -140,8 +140,8 @@ as removal of user accounts that may exist:: ansible all -m user -a "name=foo state=absent" -See the :doc:`modules` section for details on all of the available options. - +See the :doc:`modules` section for details on all of the available options, including +how to manipulate groups and group membership. Deploying From Source Control `````````````````````````````