mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Mention x:y ranges in pattern documentation
This commit is contained in:
@@ -72,9 +72,9 @@ As an advanced usage, you can also select the numbered server in a group::
|
|||||||
|
|
||||||
webservers[0]
|
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 '~'::
|
Most people don't specify patterns as regular expressions, but you can. Just start the pattern with a '~'::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user