ansible/test/integration/targets/inventory/extra_vars_constructed.yml
Brian Coca f8aa307659
add extra vars to inventory plugins (#70970)
* add extra vars to inventory plugins
* disable by default for backwards compat
* also allow extra vars for options
2020-08-19 12:56:28 -04:00

5 lines
100 B
YAML

plugin: constructed
strict: true
use_extra_vars: True
compose:
example: " 'hello' + from_extras"