diff --git a/docsite/latest/rst/playbooks2.rst b/docsite/latest/rst/playbooks2.rst index 5c006c0edf..5b8a30b8c3 100644 --- a/docsite/latest/rst/playbooks2.rst +++ b/docsite/latest/rst/playbooks2.rst @@ -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!