Am 02.11.2016 um 21:04 schrieb ZillaYT:
> 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
>
> |
>
> |
> 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"
> |
>
>
>
>