​The issue fixed was casting in YAML:

varname: 1

not about templating, as YAML only sees a string:

varname "{{1}}"
​
​^ casting to |int in the YAML definition is mostly useless, you need to
cast on consumption:

option={{varname|int}}​

----------
Brian Coca

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7cVciwZEmbG3rYh-fF%3DbzN7uDTGuZDucayCaY48US7TFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to