mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #12409 from mgedmin/patch-2
Fix example formatting in the documentation
This commit is contained in:
@@ -75,7 +75,7 @@ You can select a host or subset of hosts from a group by their position. For exa
|
||||
webbing
|
||||
weber
|
||||
|
||||
You can refer to hosts within the group by adding a subscript to the group name:
|
||||
You can refer to hosts within the group by adding a subscript to the group name::
|
||||
|
||||
webservers[0] # == cobweb
|
||||
webservers[-1] # == weber
|
||||
|
||||
Reference in New Issue
Block a user