mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Merge pull request #11811 from amenonsen/fixme-range
FIXME in host range parsing
This commit is contained in:
commit
8e30e3791e
2 changed files with 7 additions and 8 deletions
|
@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group::
|
|||
|
||||
webservers[0]
|
||||
|
||||
Or a portion of servers in a group::
|
||||
Or a range 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 '~'::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue