Merge pull request #3040 from bfabio/devel

Support JSON in --extra-vars.
This commit is contained in:
Michael DeHaan 2013-05-31 13:06:05 -07:00
commit 0837c9785f
2 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,8 @@ environment variable.
*-e* 'VARS', *--extra-vars=*'VARS'::
Extra variables to inject into a playbook, in key=value key=value format.
Extra variables to inject into a playbook, in key=value key=value format or
as JSON (objects and arrays).
*-f* 'NUM', *--forks=*'NUM'::