mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed documentation for host pattern portions
This commit is contained in:
parent
05644686de
commit
fa1549fec1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ As an advanced usage, you can also select the numbered server in a group::
|
||||||
|
|
||||||
Or a portion of servers in a group::
|
Or a portion of servers in a group::
|
||||||
|
|
||||||
webservers[0:25]
|
webservers[0-25]
|
||||||
|
|
||||||
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::
|
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue