1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed ungrouped definition

This commit is contained in:
Brian Coca 2017-03-07 12:50:14 -05:00
parent c4cff44e77
commit 71c7220e45

View file

@ -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: