Commit 02589ffb by Andy Dirnberger

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.
parent 491a4f2a
...@@ -106,7 +106,7 @@ Variables can also be applied to an entire group at once:: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment