mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
Merge pull request #3040 from bfabio/devel
Support JSON in --extra-vars.
This commit is contained in:
commit
0837c9785f
2 changed files with 6 additions and 2 deletions
|
@ -53,7 +53,8 @@ environment variable.
|
|||
|
||||
*-e* 'VARS', *--extra-vars=*'VARS'::
|
||||
|
||||
Extra variables to inject into a playbook, in key=value key=value format.
|
||||
Extra variables to inject into a playbook, in key=value key=value format or
|
||||
as JSON (objects and arrays).
|
||||
|
||||
*-f* 'NUM', *--forks=*'NUM'::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue