doc: Remove curly brace expansion for custom var restriction

refs #10965
This commit is contained in:
Eric Lippmann 2016-03-21 14:49:37 +01:00
parent 90cd481e84
commit 01e169b756
1 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,7 @@ Matches all custom variables on the second level which are equal to `mysql_passw
Matches all custom variables on the second level which end with `password`.
`host.vars.*.{mysql_password,ldap_password}`
`host.vars.*.mysql_password,host.vars.*.ldap_password`
Matches all custorm variables on the second level which equal `mysql_password` or `ldap_password`.
@ -69,8 +69,6 @@ the following restriction.
Use backslash to escape the meta characters
* {
* }
* *
* ,