mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added a note in the advanced playbooks section regarding YAML extra vars
This commit is contained in:
parent
8c9f84f6f8
commit
b33cd0c44f
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ As of Ansible 1.3, extra vars can be loaded from a JSON file with the "@" syntax
|
|||
|
||||
--extra-vars "@some_file.json"
|
||||
|
||||
Also as of Ansible 1.3, extra vars can be formatted as YAML, either on the command line
|
||||
or in a file as above.
|
||||
|
||||
Conditional Execution
|
||||
`````````````````````
|
||||
|
||||
|
|
Loading…
Reference in a new issue