Updated documentation.
This commit is contained in:
parent
c19c2c7295
commit
d505474832
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
`````````````````````
|
||||
|
|
Loading…
Reference in a new issue