fix doc regarding wild card pattern on groups.

pull/4420/head
Yves Dorfsman 2013-03-22 23:05:40 -06:00
parent 934029842e
commit 5485451ddb
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ You can also use variables::
webservers:!$excluded:&$required
Individual host names (or IPs), but not groups, can also be referenced using
Individual host names, IPs and groups, can also be referenced using
wildcards::
*.example.com
@ -128,6 +128,7 @@ It's also ok to mix wildcard patterns and groups at the same time::
one*.com:dbservers
Easy enough. See :doc:`examples` and then :doc:`playbooks` for how to do things to selected hosts.
Host Variables