What do {{ name }} and {{ ansible_env.HOME }} do in a Jinja2 template?
{{ name }}
{{ ansible_env.HOME }}
They always remain unchanged as literal text in the rendered file.
They create comments that disappear without reading any values.
They declare the source and destination paths for the template module.
They insert the current value of a variable and an Ansible fact when the template is rendered.