mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
This allows a single template to be evaluated with different values in the same task. For example, with a template like 'x:{{a}}', one could do something like this: - foo: a: "{{ lookup('template', 'x.j2', template_vars=dict(a=foo[item])) }}" b: "{{ lookup('template', 'x.j2', template_vars=dict(a=bar[item])) }}" with_items: - x - y …and "a" and "b" would expand to different strings based on what we passed in to the template lookup. |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |