Ansible V. 1.8.2 fails with copy:
Following book
---
- hosts: host
tasks:
- include_vars: ./packages/files/global_vars.yml
- copy: src=/tmp/demo dest=/tmp/demo
fails with the following error:
TASK: [copy src=/tmp/demo dest=/tmp/demo] *************************************
fatal: [192.168.33.10] => template error while templating string: unexpected '/'
Any one else seeing this?
-Tore