I have a template that does has this line

host_ip = "http://{{ ansible_default_ipv4.address }}"

which results into a line in the dest file that has, for example

host_ip = http://10.10.10.10

However, how do modify the template so I retain the "" in the resulting 
file, so it looks like this

host_ip = "http://10.10.10.10";




-- 
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/e99098ad-d56c-42ef-8e5e-771650b94358%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to