mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix example formatting
This commit is contained in:
parent
3db8070aa3
commit
5d3d53e890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue