Updated documentation.

This commit is contained in:
Alan Descoins 2013-07-23 19:49:27 -03:00
parent c19c2c7295
commit d505474832

View file

@ -289,6 +289,9 @@ As of Ansible 1.2, you can also pass in extra vars as quoted JSON, like so::
The key=value form is obviously simpler, but it's there if you need it!
As of Ansible 1.3, extra vars can be loaded from a JSON file with the "@" syntax::
--extra-vars "@some_file.json"
Conditional Execution
`````````````````````