Tweak docs

pull/4420/head
Michael DeHaan 2012-11-26 18:29:54 -05:00
parent c8d004434f
commit 08b3c77dc7
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ also works with ``ansible-playbook``::
$ ansible webservers:dbservers -m command -a "/bin/foo xyz" --limit region $ ansible webservers:dbservers -m command -a "/bin/foo xyz" --limit region
As with other host patterns, values to limit can be seperated with ";", ":", or ",". Assuming version 0.9 or later, as with other host patterns, values to limit can be seperated with ";", ":", or ",".
Now let's talk about range selection. Suppose you have 1000 servers in group 'datacenter', but only want to target one at a time. This is also easy:: Now let's talk about range selection. Suppose you have 1000 servers in group 'datacenter', but only want to target one at a time. This is also easy::