Evening all, I have the following set for the template
- name: Copy and create config
template:
vars:
appname: CTR DEVCUL
tiername: CTR CUI
hostname: ansible_fqdn.split('.')[0]
src: /absolute/path/to/template.xml.j2
dest: /absolute/path/to/config.xml
mode: 0644
when I try executing i get IOError: [Errno 2] No such file or directory: u'/absolute/path/to/template.xml.j2
why is this u' being added and how do i get rid of it?