所有晚上, 我为模板设置了以下内容
- 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
当我尝试执行时我得到IOError:[Errno 2]没有这样的文件或目录:u' /absolute/path/to/template.xml.j2
为什么这个你'被添加,如何摆脱它?