Hi,

> > you are not templating the parameters,  
> 
> How and where  should I template the parameters?

templating uses `{{` and `}}` (Jinja2 templating).

So you have to write

   option: '{{ templated expression }}'

if you want to evaluate `templated expression`, and

   option: 'templated expression'

if you want the literal string "templated expression".

Cheers,
Felix


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20210205211224.62a98b00%40rovaniemi.

Reply via email to