summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-03-07 12:50:14 -0500
committerBrian Coca <brian.coca+git@gmail.com>2017-03-07 12:50:35 -0500
commit71c7220e45ccc8e846aa9895ec93c80350b56a3a (patch)
treeedf75411f509eb498c63d08e0525727abe48044c
parentc4cff44e772e8b4631386243169d164bc0b0937c (diff)
downloadansible-71c7220e45ccc8e846aa9895ec93c80350b56a3a.tar.gz
fixed ungrouped definition
-rw-r--r--docs/docsite/rst/intro_inventory.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docsite/rst/intro_inventory.rst b/docs/docsite/rst/intro_inventory.rst
index cf3b103f91..9fad0398c4 100644
--- a/docs/docsite/rst/intro_inventory.rst
+++ b/docs/docsite/rst/intro_inventory.rst
@@ -147,8 +147,7 @@ Default groups
++++++++++++++
There are two default groups: ``all`` and ``ungrouped``. ``all`` contains every host.
-``ungrouped`` contains all hosts declared without an explicit section, even if they belong to
-another group.
+``ungrouped`` contains all hosts that don't have another group aside from ``all``.
.. _splitting_out_vars: