fix JSON extra vars quotation.

This commit is contained in:
kiri 2013-08-31 12:33:50 +09:00
parent e0df5b5888
commit 633eda957d

View file

@ -285,7 +285,7 @@ Example::
As of Ansible 1.2, you can also pass in extra vars as quoted JSON, like so::
--extra-vars "{'pacman':'mrs','ghosts':['inky','pinky','clyde','sue']}"
--extra-vars '{"pacman":"mrs","ghosts":["inky","pinky","clyde","sue"]}'
The key=value form is obviously simpler, but it's there if you need it!