Fix formatting of Groups of Groups
The example in the Groups of Groups section was being rendered as a quote. Switching to the `::` notation causes it to render as preformatted text instead. This could have also been done with a `.. code:` block, but I chose to be consistent with other sections in the document.
This commit is contained in:
parent
491a4f2a25
commit
02589ffbba
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Variables can also be applied to an entire group at once::
|
||||||
Groups of Groups, and Group Variables
|
Groups of Groups, and Group Variables
|
||||||
+++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
It is also possible to make groups of groups using the ``:children`` suffix. Just like above, you can apply variables using ``:vars``.
|
It is also possible to make groups of groups using the ``:children`` suffix. Just like above, you can apply variables using ``:vars``::
|
||||||
|
|
||||||
[atlanta]
|
[atlanta]
|
||||||
host1
|
host1
|
||||||
|
|
Loading…
Reference in a new issue