- name: my configuration files
template: src={{ item }} dest=/etc/myapp/{{ item }} owner=myuser group=myuser mode=0644
tags: config
with_items:
- hive-site.xml
- my-app.properties
TASK: [my configuration files] **********************************************
fatal: [192.168.1.1] => {'msg': "TypeError: unsupported operand type(s) for -: 'StrictUndefined' and 'StrictUndefined'", 'failed': True}
fatal: [192.168.1.1] => {'msg': 'One or more items failed.', 'failed': True, 'changed': False, 'results': [{'msg': "TypeError: unsupported operand type(s) for -: 'StrictUndefined' and 'StrictUndefined'", 'failed': True}]}