mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix doc error about nested groups
This commit is contained in:
@@ -279,8 +279,8 @@ host2
|
|||||||
host3
|
host3
|
||||||
|
|
||||||
[southeast:children]
|
[southeast:children]
|
||||||
alpha
|
atlanta
|
||||||
beta
|
raleigh
|
||||||
|
|
||||||
[southeast:vars]
|
[southeast:vars]
|
||||||
some_server=foo.southeast.example.com
|
some_server=foo.southeast.example.com
|
||||||
|
|||||||
@@ -120,8 +120,8 @@ Using the 0.4 branch of Ansible, it is possible to make groups of groups::
|
|||||||
host3
|
host3
|
||||||
|
|
||||||
[southeast:children]
|
[southeast:children]
|
||||||
alpha
|
atlanta
|
||||||
beta
|
raleigh
|
||||||
|
|
||||||
[southeast:vars]
|
[southeast:vars]
|
||||||
some_server=foo.southeast.example.com
|
some_server=foo.southeast.example.com
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user