Hi,
I’m trying to use jinja for setting test_plan parameter in group_vars based on some variables passed by --extra-vars.
This is my group_vars/load_drivers content:
Hi,
I’m trying to use jinja for setting test_plan parameter in group_vars based on some variables passed by --extra-vars.
This is my group_vars/load_drivers content:
group vars are not parsed by jinja2 only yaml, you can use jinja in
the values if they will later get evaluated in the playbook, but the
file itself does not pass through jinja.