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

Fix doc error about nested groups

This commit is contained in:
Michael DeHaan 2012-05-06 17:16:42 -04:00
parent e485aec355
commit 2d75199d83
3 changed files with 5 additions and 5 deletions

View file

@ -279,8 +279,8 @@ host2
host3
[southeast:children]
alpha
beta
atlanta
raleigh
[southeast:vars]
some_server=foo.southeast.example.com

View file

@ -120,8 +120,8 @@ Using the 0.4 branch of Ansible, it is possible to make groups of groups::
host3
[southeast:children]
alpha
beta
atlanta
raleigh
[southeast:vars]
some_server=foo.southeast.example.com

File diff suppressed because one or more lines are too long