mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user